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