///
export declare const standardColors: {
name: string;
value: string;
}[];
export declare const StyledSubmenu: import("@emotion/styled").StyledComponent;
export declare const ColorContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const ColorSquare: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
color: string;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const ColorItem: import("@emotion/styled").StyledComponent;
export declare const Divider: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;