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