/// <reference types="react" />
import type { NavigationContext as NavigationContextType } from './types';
export declare const NavigationContext: import("react").Context<NavigationContextType>;
export declare const useNavigationContext: () => NavigationContextType;
//# sourceMappingURL=context.d.ts.map