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