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