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