export type ThresholdIndicatorType = 'range' | 'line'; export declare const ThresholdIndicators: ({ indicatorType, }: { indicatorType: ThresholdIndicatorType; }) => import("react").JSX.Element; //# sourceMappingURL=ThresholdIndicators.d.ts.map