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