import React, { type PropsWithChildren } from "react"; import type { RouterProvider } from "./types"; export declare const RouterContext: React.Context; export declare const RouterContextProvider: React.FC>; //# sourceMappingURL=index.d.ts.map