import { ComponentType } from 'react'; import { P as Pilot } from '../../types-3e2ea54d.js'; import 'next/types'; interface InjectedProps { router: Pilot; } declare function withRouter

(WrappedComponent: ComponentType

, area?: string): ComponentType

; export { withRouter };