import type { ReactNode } from 'react'; export declare function renderWithRouter(children: ReactNode, location?: string | object): any; //# sourceMappingURL=render-with-router.d.ts.map