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