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