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