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