declare const _default: { title: string; tags: string[]; argTypes: { design: { control: { type: string; }; options: string[]; description: string; }; separator: { control: { type: string; }; options: string[]; description: string; }; custom_class: { control: { type: string; }; }; component_mode: { control: { type: string; }; options: string[]; description: string; }; }; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const TextOnly: any; export declare const IconText: any; export declare const IconOnly: any;