export interface ChartReferenceLineProps {
    y?: number;
    x?: number;
    color?: string;
    strokeWidth?: number;
    strokeDasharray?: string;
    label?: string;
    labelPosition?: 'start' | 'end';
}
export declare function ChartReferenceLine({ y, x, color, strokeWidth, strokeDasharray, label, labelPosition, }: ChartReferenceLineProps): import("react").JSX.Element | null;
//# sourceMappingURL=ChartReferenceLine.d.ts.map