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