import type { Meta, StoryFn } from '@storybook/react'; import type { SwitchProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; export declare const SwitchDemo: StoryFn; export declare const SwitchInCard: StoryFn; interface ConfigurableSwitchProps extends SwitchProps { height?: string; width?: string; onColor?: string; offColor?: string; } export declare const ConfigurableSwitch: StoryFn; //# sourceMappingURL=Switch.stories.d.ts.map