import { ComponentShape } from '@ui/lib/types/shapes/componentShape'; import { ComponentProperty } from '@ui/types'; export const textStyles: Map = new Map(); export const paintStyles: Map = new Map(); export const overrides: Map = new Map(); export const images: Map = new Map(); export const components: Map = new Map(); export const componentProperties: Map = new Map();