import { default as React } from 'react';
import { ChatBubblePopoverProps } from '../types';
declare const ChatBubblePopover: React.FC<ChatBubblePopoverProps>;
export default ChatBubblePopover;
