import { FC } from "react"; import { SwitchPropsType } from "./interface"; declare const Switch: FC; export default Switch;