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