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

import { TextBubbleStyle, TextBubbleStyleInterface } from "./TextBubbleStyle";

export { CometChatTextBubble, TextBubbleStyle };
export type { CometChatTextBubbleInterface, TextBubbleStyleInterface };
