import type { HoneycombChartProperties } from '../types/honeycomb-config-properties.js'; /** * @internal */ export declare const HoneycombChartConfigContext: import("react").Context; /** * Provider for the HoneycombChart API config that can be shared across charts * @public */ export declare const HoneycombChartConfig: import("react").Provider;