import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardWaveformIconConfig: {
  name: 'RhStandardWaveformIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 20.47h-3.95l-2.3-4.61a.63.63 0 0 0-1.18.18l-1.81 10.87-3.14-22a.63.63 0 0 0-1.24 0l-3.23 20.48-3-11.87a.59.59 0 0 0-.63-.48.61.61 0 0 0-.59.52L8.8 20.47H5a.63.63 0 0 0 0 1.25h4.33a.62.62 0 0 0 .67-.52l.74-4.47 3 11.94a.6.6 0 0 0 .63.48.63.63 0 0 0 .59-.53L18 9.2l3.12 21.89a.63.63 0 0 0 .62.53.61.61 0 0 0 .62-.52l2.16-13 1.62 3.24a.61.61 0 0 0 .56.34H31a.63.63 0 0 0 0-1.21Z"},
  rhUiIcon: null,
};
export declare const RhStandardWaveformIcon: ComponentClass<SVGIconProps>;
export default RhStandardWaveformIcon;