import type { GaugeChartThresholdIndicatorProps } from '../slots/ThresholdIndicator.js'; import type { GaugeChartThresholdIndicatorPropsInternal } from '../types/gauge-chart-config-internal.js'; export declare const applyThresholdDefaults: (threshold: GaugeChartThresholdIndicatorProps) => GaugeChartThresholdIndicatorPropsInternal; //# sourceMappingURL=apply-threshold-default.d.ts.map