import type { XYChartThresholdIndicatorProps } from '../types/xy-chart-props.js'; /** * @public */ export declare const ThresholdIndicator: { (props: XYChartThresholdIndicatorProps): null; displayName: string; }; //# sourceMappingURL=ThresholdIndicator.d.ts.map