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