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