import type { MeterBarChartThresholdIndicatorPropsInternal } from '../types/meter-bar-chart-internal.js'; import type { MeterBarChartThresholdIndicatorProps } from '../types/meter-bar-chart.js'; export declare const applyThresholdDefaults: (threshold: MeterBarChartThresholdIndicatorProps) => MeterBarChartThresholdIndicatorPropsInternal;