import type { GaugeChartThresholdProps } from '../slots/Threshold.js'; import type { GaugeChartThresholdPropsInternal } from '../types/gauge-chart-config-internal.js'; export declare const applyThresholdDefaults: (threshold: GaugeChartThresholdProps) => GaugeChartThresholdPropsInternal;