import Switch from "./Switch";
export type { ISwitchProps } from "./Switch";
export default Switch;
