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