import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; import { Switch } from './Switch'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; export declare const Sizes: () => JSX.Element; export declare const Disabled: () => JSX.Element; export declare const AOrB: () => JSX.Element; export declare const UsageWithoutLabels: () => JSX.Element; //# sourceMappingURL=Switch.stories.d.ts.map