import type { Message } from '../../types';
export interface BotMessageProps {
    message: Message;
    showAvatar?: boolean;
    isTyping?: boolean;
}
export default function BotMessage({ message, showAvatar, isTyping }: BotMessageProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=BotMessage.d.ts.map