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