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