import React, { ComponentType } from 'react'; export declare const withRouter:
>(WrappedComponent: ComponentType
) => { (props: P): React.JSX.Element; displayName: string; };