declare const _default: { title: string; argTypes: { label: { control: string; description: string; table: { defaultValue: { summary: string; }; }; }; type: { options: string[]; control: { type: string; }; description: string; table: { defaultValue: { summary: string; }; }; }; size: { options: string[]; control: { type: string; }; description: string; table: { defaultValue: { summary: string; }; }; }; disabled: { control: { type: string; }; description: string; table: { defaultValue: { summary: boolean; }; }; }; loading: { control: { type: string; }; description: string; table: { defaultValue: { summary: boolean; }; }; }; fullwidth: { control: { type: string; }; description: string; table: { defaultValue: { summary: boolean; }; }; }; }; args: { label: string; size: string; type: string; disabled: boolean; loading: boolean; fullwidth: boolean; }; tags: string[]; }; export default _default; export declare const Button: (args: any) => string;