import React, { ReactNode } from "react"; import { Routes } from "@nano-router/router"; import { RouterHistory } from "@nano-router/history"; type NestedRouterProps = { routes: Routes; history: RouterHistory; children: ReactNode; }; export declare const NestedRouter: React.FC; export {}; //# sourceMappingURL=NestedRouter.d.ts.map