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