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