/// export declare const GRID12: { icon: (props: any) => JSX.Element; value: string; }[]; export declare const GRID20: { icon: (props: any) => JSX.Element; value: string; }[]; export declare const CUSTOMIZE: { icon: (props: any) => JSX.Element; value: string; }; export declare const SPACE: { title: string; value: string; }[]; declare const _default: { GRID12: { icon: (props: any) => JSX.Element; value: string; }[]; GRID20: { icon: (props: any) => JSX.Element; value: string; }[]; CUSTOMIZE: { icon: (props: any) => JSX.Element; value: string; }; SPACE: { title: string; value: string; }[]; }; export default _default;