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