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