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