import { SVGProps } from "react";
declare const SvgRectangle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgRectangle;
