import { Switch } from './switch';
export type { WebSwitchProps as SwitchProps } from "../../types";
export default Switch;
