import { Color } from "../../../../models"; /** * Styles for the LayoutEditorStyles component */ export declare const LayoutItemStyles: { container: string; wrapper: (background: Color) => string; text: string; };