import { Switch } from './Switch'; import type { Meta, StoryObj } from '@storybook/react-vite'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Base: Story; export declare const DefaultLong: Story; export declare const FixedWidth: Story; export declare const EmptyLabel: Story;