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