declare const _default: { title: string; tags: string[]; argTypes: { title_text: { control: string; description: string; }; supporting: { control: string; description: string; }; group_name: { control: string; description: string; }; labelfor: { control: string; description: string; }; input_id: { control: string; description: string; }; checked: { control: string; description: string; }; checkbox_status: { control: { type: string; }; options: string[]; }; size: { control: { type: string; }; options: string[]; }; style_type: { control: { type: string; }; options: string[]; }; custom_class: { control: { type: string; }; }; component_mode: { control: { type: string; }; options: string[]; description: string; }; aria_label: { control: { type: string; }; description: string; }; onclick: { control: { type: string; }; description: string; }; }; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const checkboxSquare: any; export declare const checkboxRounded: any;