export declare function createOptionalContext(initialValue?: TValue | null): readonly [import("react").Context, () => TValue | null];