export declare function createContext(providerComponentName: string | string[], contextName?: string, useSymbol?: boolean): readonly [(value: ContextValue) => ContextValue, (fallback?: T) => T extends null ? ContextValue | null : ContextValue];