import { type Context } from 'react'; export declare function createClientContext(defaultValue: T | undefined): Context;