export declare const iconWrapperArgTypes: { color: { options: string[]; control: { type: string; }; description: string; }; icon: { control: { type: string; }; description: string; }; size: { options: string[]; control: { type: string; }; }; };