import { TransitionRouterContext } from "./types"; export declare const Ctx: import("@hydrophobefireman/ui-lib").Context; export declare function RouterContext(props: TransitionRouterContext & { children?: any; }): JSX.Element;