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