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