import { Meta, StoryObj } from '@storybook/react-vite'; import { default as Toggle } from './Toggle'; declare const meta: Meta; export default meta; type Story = StoryObj; /** * Main Story for the Toggle component. This must contains the `args` * and `parameters` properties in this object. */ export declare const WithControls: Story; export declare const Sizes: Story; export declare const BrowserStates: Story; export declare const Layouts: Story;