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