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