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, fallbackColor: string, thresholdsConfig?: ThresholdMetadata): { matchingThreshold: import("../../../core/utils/find-matching-threshold.js").ThresholdProps | undefined; thresholdIntervals: import("../types/meter-bar-chart-internal.js").ThresholdIntervalRange[]; legendItems: LegendItem[]; }; //# sourceMappingURL=build-thresholds.d.ts.map