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