import type { Meta, StoryObj } from '@storybook/react-vite'; import { Switch } from './Switch'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const On: Story; export declare const Off: Story; export declare const FullWidth: Story;