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