export declare const ButtonArgs: { 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; }; }; };