import React, { type PropsWithChildren } from "react";
import type { ILegacyRouterContext } from "./types";
export declare const defaultProvider: ILegacyRouterContext;
export declare const LegacyRouterContext: React.Context<ILegacyRouterContext>;
export declare const LegacyRouterContextProvider: React.FC<PropsWithChildren<Partial<ILegacyRouterContext>>>;
//# sourceMappingURL=index.d.ts.map