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