import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardInfoIconConfig: {
  name: 'RhStandardInfoIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 3.375C9.936 3.375 3.375 9.935 3.375 18S9.935 32.625 18 32.625 32.625 26.065 32.625 18 26.065 3.375 18 3.375Zm0 28c-7.375 0-13.375-6-13.375-13.375S10.625 4.625 18 4.625s13.375 6 13.375 13.375-6 13.375-13.375 13.375Zm.612-14.44c.002.023.013.042.013.065v7a.625.625 0 0 1-1.25 0v-6.228l-.245.052a.625.625 0 0 1-.26-1.223l1-.212c.023-.005.045.001.068-.001.021-.003.04-.013.062-.013.019 0 .035.01.053.01a.595.595 0 0 1 .34.14.604.604 0 0 1 .195.29c.006.02.019.035.023.055.005.022-.001.044.001.066ZM19 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"},
  rhUiIcon: null,
};
export declare const RhStandardInfoIcon: ComponentClass<SVGIconProps>;
export default RhStandardInfoIcon;