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