import { CometChatTextBubble, CometChatTextBubbleInterface } from "./CometChatTextBubble";


export {
  CometChatTextBubble,
};

export type {
  CometChatTextBubbleInterface,
};
