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