import { Switch } from './Switch';

export { SwitchProps, SwitchTheme } from './Switch';
export { Switch }
export default Switch;
