import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiInfrastructureIconConfig: {
  name: 'RhUiInfrastructureIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.75 22h-5.5c-.689 0-1.25.561-1.25 1.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5c0-.689-.561-1.25-1.25-1.25ZM28 28h-4v-4h4v4Zm.75-16h-5.5c-.689 0-1.25.561-1.25 1.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5c0-.689-.561-1.25-1.25-1.25ZM28 18h-4v-4h4v4ZM8.75 12h-5.5C2.561 12 2 12.561 2 13.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5c0-.689-.561-1.25-1.25-1.25ZM8 18H4v-4h4v4ZM28.75 2h-5.5C22.561 2 22 2.561 22 3.25v5.5c0 .689.561 1.25 1.25 1.25h5.5c.689 0 1.25-.561 1.25-1.25v-5.5C30 2.561 29.439 2 28.75 2ZM28 8h-4V4h4v4ZM17 7v8h2a1 1 0 1 1 0 2h-2v8h2a1 1 0 1 1 0 2h-2.5c-.827 0-1.5-.673-1.5-1.5V17h-2a1 1 0 1 1 0-2h2V6.5c0-.827.673-1.5 1.5-1.5H19a1 1 0 1 1 0 2h-2Z"},
  rhUiIcon: null,
};
export declare const RhUiInfrastructureIcon: ComponentClass<SVGIconProps>;
export default RhUiInfrastructureIcon;