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