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