import type { SVGProps } from "react"; export interface FireIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function FireIcon({ className, size, color, ...props }: FireIconProps): import("react").JSX.Element; //# sourceMappingURL=fire-icon.d.ts.map