import type { Meta, StoryObj } from "@storybook/react"; import Switch from "./Switch"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=Switch.Stories.d.ts.map