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