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