import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HospitalSymbolIconConfig: {
  name: 'HospitalSymbolIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z"},
  rhUiIcon: null,
};
export declare const HospitalSymbolIcon: ComponentClass<SVGIconProps>;
export default HospitalSymbolIcon;