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