import type { MeterBarChartThresholdIndicatorProps } from '../types/meter-bar-chart.js'; export declare const ThresholdIndicator: { (props: MeterBarChartThresholdIndicatorProps): null; displayName: string; };