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