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