export type ThresholdIndicatorType = 'range' | 'line'; export declare const ThresholdIndicators: ({ indicatorType, }: { indicatorType: ThresholdIndicatorType; }) => import("react/jsx-runtime").JSX.Element;