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