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