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