import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardLightBulbIconConfig: {
  name: 'RhStandardLightBulbIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M21 27.38h-6a.61.61 0 0 0-.11 1.22 3.11 3.11 0 0 0 6.22 0 .61.61 0 0 0-.11-1.22Zm-3 3a1.87 1.87 0 0 1-1.86-1.76h3.72A1.87 1.87 0 0 1 18 30.38Zm8.9-17.1a8.9 8.9 0 1 0-15.47 6l1.64 4.89a2.11 2.11 0 0 0 2 1.45h5.84a2.11 2.11 0 0 0 2-1.45l1.64-4.89a8.89 8.89 0 0 0 2.35-6ZM18 5.62a7.66 7.66 0 0 1 5.7 12.76H12.3A7.66 7.66 0 0 1 18 5.62Zm3.75 18.16a.88.88 0 0 1-.83.6h-5.84a.88.88 0 0 1-.83-.6l-1.38-4.16h10.26Z"},
  rhUiIcon: null,
};
export declare const RhStandardLightBulbIcon: ComponentClass<SVGIconProps>;
export default RhStandardLightBulbIcon;