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