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