import * as React from 'react'; import { RoutingProps } from '../types'; export declare function withRouter

(WrappedComponent: React.ComponentType

): React.FC

;