import { MeterBarChartThresholdIndicatorProps } from '../types/meter-bar-chart.js'; export declare const getThresholdIndicators: (thresholds: MeterBarChartThresholdIndicatorProps[], min: number, max: number, containerWidth: number) => number[];