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