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