import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardSupplementalIconConfig: {
  name: 'RhStandardSupplementalIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 11.37h-6.38V5a.63.63 0 0 0-.62-.63H5a.63.63 0 0 0-.62.63v19a.62.62 0 0 0 .62.62h6.38V31a.62.62 0 0 0 .62.62h19a.62.62 0 0 0 .62-.62V12a.63.63 0 0 0-.62-.63Zm-19.24.05a.64.64 0 0 0-.38.58v11.37H5.62V5.62h17.76v5.75H12a.69.69 0 0 0-.24.05Zm.86 6.32v-4.23l9.87 9.86h-4.23Zm3.87 5.63h-3.87v-3.86Zm-3-10.75h4.23l5.64 5.64v4.23Zm6 0h3.87v3.87Zm10.89 17.75H12.62v-5.75H24a.6.6 0 0 0 .44-.18.65.65 0 0 0 .18-.44V12.62h5.76Z"},
  rhUiIcon: null,
};
export declare const RhStandardSupplementalIcon: ComponentClass<SVGIconProps>;
export default RhStandardSupplementalIcon;