import { FC } from 'react'; import { SwitchProps } from './types'; declare const Switch: FC; export default Switch;