declare const _default: { title: string; tags: string[]; argTypes: { type: { control: { type: string; }; options: string[]; description: string; }; hover_style: { control: { type: string; }; options: string[]; description: string; }; custom_class: { control: { type: string; }; description: string; }; component_mode: { control: { type: string; }; options: string[]; description: string; }; button_id: { control: { type: string; }; description: string; }; aria_label: { control: { type: string; }; description: string; }; }; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const TextTabs: any; export declare const TextIconTabs: any;