/// <reference types="react" />
import { PlainObject, RouteProp } from "./common/types";
import { ScreenBaseProps } from "./ScreenBase";
export declare const RouteDataContext: import("react").Context<RouteProp<ScreenBaseProps, PlainObject<any>>>;
