import './switch.less';
import { Switch } from './switch';
export type { SwitchProps } from './switch';
export default Switch;
