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