/// <reference types="react" />
export declare const Context: import("react").Context<{
    [key: string]: any;
}>;
