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