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