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