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. */ declare const NavigationContext: React.Context & Readonly<{ params?: Readonly; }> & { state?: Readonly | import("@react-navigation/routers").PartialState> | undefined; })[]; type: string; stale: false; }>, {}, {}> | undefined>; export default NavigationContext;