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