import React from 'react';
import { MessageBubbleProps } from '../types';
declare const MessageBubble: React.FC<MessageBubbleProps>;
export default MessageBubble;
