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