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