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("../../../core/utils/find-matching-threshold.js").ThresholdProps | undefined; thresholdIndicators: number[]; legendItems: LegendItem[]; };