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