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