import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; parameters: { layout: string; }; tags: string[]; render: ({ checked, disabled, ...args }: Omit, "ref"> & import("react").RefAttributes) => import("@emotion/react/jsx-runtime").JSX.Element; }; 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; //# sourceMappingURL=Switch.stories.d.ts.map