export interface ContextProps { key: any; value: any; children?: unknown; } export declare const contextSymbol: import("../core/registry").HType;