import type { Meta, StoryObj } from '@storybook/react';
import Switch from './index';
declare const meta: Meta<typeof Switch>;
export default meta;
type Story = StoryObj<typeof Switch>;
export declare const SwitchDemo1: Story;
export declare const SwitchDemo2: Story;
export declare const SwitchDemo3: Story;
export declare const SwitchDemo4: Story;
