import type { GaugeChartThresholdProps } from '../slots/Threshold.js'; export declare const findMatchingThreshold: (value: number, thresholdData: GaugeChartThresholdProps[]) => GaugeChartThresholdProps | undefined;