import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardWifiIconConfig: {
  name: 'RhStandardWifiIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18 20.38c-2.07 0-4 .81-5.45 2.29-.24.25-.24.64 0 .88s.64.24.88 0c1.21-1.23 2.83-1.91 4.55-1.91s3.34.68 4.55 1.91c.12.12.28.19.45.19s.32-.06.44-.18a.61.61 0 0 0 0-.88 7.56 7.56 0 0 0-5.45-2.29Zm0-7c-3.96 0-7.67 1.56-10.45 4.39-.24.25-.24.64 0 .88s.64.24.88 0c2.54-2.59 5.93-4.01 9.55-4.01s7.02 1.43 9.55 4.01c.12.12.28.19.45.19s.32-.06.44-.18a.61.61 0 0 0 0-.88 14.508 14.508 0 0 0-10.45-4.39Z"},{"path":"M32.44 13.27c-3.88-3.8-9.01-5.9-14.44-5.9S7.32 9.52 3.42 13.41c-.24.24-.24.64 0 .88.12.12.28.18.44.18s.32-.06.44-.18c3.66-3.65 8.52-5.67 13.69-5.67s9.92 1.97 13.56 5.54c.25.24.64.24.88 0 .24-.25.24-.64 0-.88Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardWifiIcon: ComponentClass<SVGIconProps>;
export default RhStandardWifiIcon;