export declare function createSafeContext(errorMessage: string): readonly [import("react").Context, () => TValue & ({} | undefined)];