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