import { type StoryObj } from "@storybook/react";
import { Switch } from "./Switch";
declare const _default: {
    title: string;
    component: typeof Switch;
};
export default _default;
type Story = StoryObj<typeof Switch>;
export declare const Primary: Story;
