import { AugmentRouterType } from "../types"; export declare function augmentRouter(routerProps: Pick): (component?: any) => () => JSX.Element;