/// <reference types="react" />
export interface IconWifiSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconWifiSharp: React.FC<IconWifiSharpProps>;
