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