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