import type { StoryObj } from "@storybook/react"; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; parameters: { layout: string; }; tags: string[]; argTypes: { label: { control: "text"; description: string; table: { category: string; type: { summary: string; }; }; }; description: { control: "text"; description: string; table: { category: string; type: { summary: string; }; }; }; disabled: { control: "boolean"; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; required: { control: "boolean"; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; checked: { control: "boolean"; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; name: { table: { disable: true; }; }; value: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; defaultChecked: { table: { disable: true; }; }; className: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; style: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; onChange: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; //# sourceMappingURL=SwitchItem.stories.d.ts.map