import React from 'react'; import { SwitchProps, RouteProps } from './types'; declare const Switch: (props: SwitchProps) => React.ReactElement, string | ((props: any) => React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; export default Switch;