import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { HospitalIcon as VanillaHospitalIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const HospitalIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Hospital: ForwardRefExoticComponent & RefAttributes>;