import { CometChatImageBubble, CometChatImageBubbleInterface } from "./CometChatImageBubble";

export {
  CometChatImageBubble,
};

export type {
  CometChatImageBubbleInterface,
};
