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