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