import * as React from 'react';
import { RouteSwitchProps } from '../types';
export declare const DefaultRouteSwitch: React.FC<RouteSwitchProps>;
