import { Color } from "../../../../models"; /** * Styles for the LayoutEditorStyles component */ export declare const LayoutItemSelectorStyles: { blockDialog: string; smallPosition: string; notScrollOutside: string; selectorWrapper: string; contentWrapper: (background: Color) => string; closeButton: string; expansionPanel: (background: Color) => string; dialogHeader: (textColor: string) => string; searchBox: string; footerWrapper: string; searchResult: { noBlockWrapper: string; blockWrapper: string; }; };