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