/// import { TRouteMatchResult } from './createMatcher'; export interface IRouteProviderProps { route: string; children: any; ns?: string; fullRoute?: string; parent?: TRouteMatchResult; } declare const Router: React.SFC; export default Router;