import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiVirtualMachineCenterIconConfig: {
  name: 'RhUiVirtualMachineCenterIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 2h-15c-.827 0-1.5.673-1.5 1.5V12H3.5c-.827 0-1.5.673-1.5 1.5v15c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5V20h8.5c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5ZM18 28H4V14h8v4.5c0 .827.673 1.5 1.5 1.5H18v8Zm0-10h-4v-4h4v4Zm10 0h-8v-4.5c0-.827-.673-1.5-1.5-1.5H14V4h14v14Z"},
  rhUiIcon: null,
};
export declare const RhUiVirtualMachineCenterIcon: ComponentClass<SVGIconProps>;
export default RhUiVirtualMachineCenterIcon;