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