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