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