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