export declare const StorybookButtonArgs: { colorScheme: { 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; }; }; children: { name: string; type: { name: string; required: boolean; }; defaultValue: string; control: { type: string; }; }; isHovered: { name: string; type: { name: string; }; defaultValue: boolean; control: { type: string; }; }; isDisabled: { name: string; type: { name: string; }; defaultValue: boolean; control: { type: string; }; }; isPressed: { name: string; type: { name: string; }; defaultValue: boolean; control: { type: string; }; }; sizes: { name: string; type: { name: string; }; defaultValue: string; control: { type: string; }; options: string[]; }; };