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