import type { RouterContextValue, ScreenContextValue } from './types'; /** React context providing the router instance, navigation state, and navigation functions to the component tree. */ export declare const RouterContext: import("react").Context; /** React context providing the current screen's route info, params, query, meta, and focus state. */ export declare const ScreenContext: import("react").Context; //# sourceMappingURL=NavigationContext.d.ts.map