import { StoryFn, Meta } from '@storybook/react';
import { Switch as SwitchButton } from '@mui/material';
declare const _default: Meta<typeof SwitchButton>;
export default _default;
export declare const Playground: StoryFn<typeof SwitchButton>;
