/// import { SwitchProps } from "./Switch.types"; declare const Switch: (props: SwitchProps) => JSX.Element; export default Switch;