import { ChatMessageProps } from '@/interfaces';
import React from 'react';
export declare const ChatMessage: React.FC<ChatMessageProps>;
