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