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