import type { StoryObj } from "@storybook/react"; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; subcomponents: any; parameters: { layout: string; docs: { description: { component: string; }; }; }; argTypes: { variant: { control: "radio"; options: string[]; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; children: { control: false; description: string; table: { category: string; type: { summary: string; }; expanded: boolean; }; }; className: { control: false; description: string; table: { category: string; type: { summary: string; }; expanded: boolean; }; }; style: { control: false; description: string; table: { category: string; type: { summary: string; }; expanded: boolean; }; }; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const ClearVariant: Story; export declare const WithLongDescription: Story; //# sourceMappingURL=CheckBoxGroup.stories.d.ts.map