import { LegendItem } from '../../../core/components/legend/categorical/types/legend.js'; import { ThresholdMetadata } from '../types/meter-bar-chart-internal.js'; export declare function buildThresholds(value: number, min: number, max: number, width: number, thresholdsConfig?: ThresholdMetadata): { matchingThreshold: import("../types/meter-bar-chart.js").MeterBarChartThresholdProps | undefined; thresholdIndicators: number[]; legendItems: LegendItem[]; };