import { ColorRuleProps } from '../../core/types/color-rule.js'; import { GaugeChartThresholdIndicatorProps } from '../slots/ThresholdIndicator.js'; import type { GaugeChartData } from '../types/gauge-chart.js'; export declare const getValueArcColor: (data: number | GaugeChartData, colorRules?: ColorRuleProps[], explicitColor?: string, thresholds?: GaugeChartThresholdIndicatorProps[], valueAccessor?: string) => string;