export interface IconInterface { size?: number; color?: string; } export declare const argTypes: { color: { control: { type: string; presetColors: boolean[]; }; description: string; }; size: { control: { type: string; }; description: string; }; }; export declare const parameters: { layout: string; design: { type: string; url: string; }; }; export declare const defaultParameters: { parameters: { layout: string; design: { type: string; url: string; }; }; argTypes: { color: { control: { type: string; presetColors: boolean[]; }; description: string; }; size: { control: { type: string; }; description: string; }; }; }; export default defaultParameters;