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