export declare const StorybookInputGroupArgs: { backgroundColor: { name: string; type: { name: string; required: boolean; }; defaultValue: string; options: string[]; control: { type: string; }; }; iconBackground: { name: string; type: { name: string; required: boolean; }; defaultValue: string; options: string[]; control: { type: string; }; }; variant: { name: string; type: { name: string; required: boolean; }; defaultValue: string; options: string[]; control: { type: string; }; }; isHovered: { name: string; type: { name: string; }; defaultValue: boolean; control: { type: string; }; }; };