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