export declare const createContext: <ValueType>() => import("react").Context<ValueType>;
