interface MeterBarChartThresholdsProps { thresholdIndicators: number[]; segmentHeight: number; } export declare const MeterBarChartThresholds: ({ thresholdIndicators, segmentHeight, }: MeterBarChartThresholdsProps) => import("react/jsx-runtime.js").JSX.Element; export {};