/// import hoistStatics from "hoist-non-react-statics"; export declare const withRouter: (Component: any, path?: string | undefined) => { (props: any): JSX.Element; displayName: string; WrappedComponent: any; } & hoistStatics.NonReactStatics; //# sourceMappingURL=withRouter.d.ts.map