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