import type { GaugeChartInternalConfig } from '../types/gauge-chart-config-internal.js'; import type { GaugeChartConsumerConfig, GaugeChartSlotsConfig } from '../types/gauge-chart-config.js'; import type { GaugeChartProps } from '../types/gauge-chart.js'; export declare const buildGaugeChartConfig: (props: GaugeChartProps, consumerConfig: GaugeChartConsumerConfig, slots: GaugeChartSlotsConfig) => GaugeChartInternalConfig;