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