import { Meta, Story } from '@storybook/react'; import { SwitchProps } from './'; declare const _default: Meta; export default _default; interface DirectionTemplateProps { dir: "ltr" | "rtl"; labelWithIcon: boolean; } export declare const Default: import('@storybook/types').AnnotatedStoryFn; export declare const LabelWithIcons: import('@storybook/types').AnnotatedStoryFn; export declare const FormControl: () => import("react/jsx-runtime").JSX.Element; export declare const Template: Story;