export declare const colorListControl: { control: { type: string; options: string[]; }; }; export declare const shadowListControl: { control: { type: string; options: string[]; }; }; export declare const sizeControl: { control: { type: string; min: number; max: number; step: number; }; }; export declare const widthControl: { control: { type: string; min: number; max: number; step: number; }; }; export declare const spaceControl: { control: { type: string; min: number; max: number; step: number; }; }; export declare const disabledControl: { control: { disable: boolean; }; }; export declare const hideArg: { table: { disable: boolean; }; };