import { IMsgBubble } from '../../types'; export default function MsgBubble({ data, isMe }: IMsgBubble): JSX.Element;