import type { GaugeChartConsumerConfig } from '../types/gauge-chart-config.js'; /** * @internal */ export declare const GaugeChartConfigContext: import("react").Context; /** * Provider for the gauge chart configuration that can be shared across charts * @public */ export declare const GaugeChartConfig: import("react").Provider;