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