import React from 'react'; import { WithNavRouterProps } from './types'; declare const withNavRouter:
(Component: React.ComponentType
) => React.FC
; export default withNavRouter;