import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent, "ref"> & import('react').RefAttributes>; parameters: { layout: string; }; tags: string[]; argTypes: { checked: { control: "boolean"; description: string; }; disabled: { control: "boolean"; description: string; }; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Checked: Story; export declare const Disabled: Story; export declare const DisabledChecked: Story; export declare const WithLabel: Story; export declare const SettingsExample: Story; export declare const AllStates: Story; //# sourceMappingURL=Switch.stories.d.ts.map