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