import type { ParamListBase } from '@react-navigation/routers';
import * as React from 'react';
import type { NavigationProp } from './types';
/**
 * Context which holds the navigation prop for a screen.
 */
export declare const NavigationContext: React.Context<NavigationProp<ParamListBase> | undefined>;
//# sourceMappingURL=NavigationContext.d.ts.map