declare const _default: { title: string; tags: string[]; parameters: { docs: { description: { component: string; }; }; }; argTypes: { button_color: { control: { type: string; }; options: string[]; }; size: { control: { type: string; }; options: string[]; }; button_shape: { control: { type: string; }; options: string[]; }; icon_button_shape: { control: { type: string; }; options: string[]; }; gap: { control: { type: string; }; options: string[]; }; custom_class: { control: { type: string; }; }; component_mode: { control: { type: string; }; options: string[]; description: string; }; button_id: { control: string; description: string; }; aria_label: { control: { type: string; }; description: string; }; onclick: { control: { type: string; }; }; }; }; export default _default; export declare const DefaultPrimary: any; export declare const ErrorPrimary: any; export declare const SurfacePrimary: any; export declare const Disabled: any; export declare const IconButton: any;