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