import React from "react";
import { VictoryPrimitiveShapeProps } from "./types";
export declare const Line: React.ForwardRefExoticComponent<VictoryPrimitiveShapeProps & React.RefAttributes<SVGLineElement>>;
//# sourceMappingURL=line.d.ts.map