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