/// import { IconProps } from '../../types'; declare const Hospital: (allProps: IconProps) => JSX.Element; export default Hospital;