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