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