/** @internal */ export interface ThresholdIndicatorData { x0: number; x1: number; y0: number; y1: number; } /** @internal */ export interface ThresholdIndicatorProps { data: ThresholdIndicatorData[]; color: string; isActive?: boolean; strokeOnly?: boolean; } /** @internal */ export declare const ThresholdIndicator: (props: ThresholdIndicatorProps) => import("react").JSX.Element | null; //# sourceMappingURL=ThresholdIndicator.d.ts.map