import * as React from 'react'; import ChatBubbleProps from './interface'; export default class ChatBubble extends React.Component { props: any; constructor(props: ChatBubbleProps); render(): any; } export { ChatBubbleProps };