export declare const StorybookIconArgs: { sizes: { name: string; type: { name: string; }; defaultValue: string; control: { type: string; }; options: string[]; }; }; export declare const IconArgs: { pages: { type: string; section: string; row: string; component: string; }; props: { sizes: { name: string; type: { name: string; }; defaultValue: string; control: { type: string; }; options: string[]; }; states: { default: { name: string; }; }[]; }; metaData: { heading: string; "sub-heading": string; }; };