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