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