///
import { ChartLineThresholdType } from './types.js';
export declare const ChartLineLabel: import("react").ForwardRefExoticComponent<{
id: string;
previousIds?: string[] | undefined;
zIndex: number;
show?: boolean | undefined;
height: number;
thresholdType: ChartLineThresholdType;
containerId: string;
} & import("./types.js").LineData & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "height" | "id" | "zIndex" | "show" | "containerId" | "thresholdType" | "previousIds" | keyof import("./types.js").LineData> & import("react").RefAttributes>;
//# sourceMappingURL=ChartLineLabel.d.ts.map