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

export { CometChatImageBubble, ImageBubbleStyle };
export type { CometChatImageBubbleInterface, ImageBubbleStyleInterface };
