import { CometChatAudioBubble, CometChatAudioBubbleInterface } from "./CometChatAudioBubble";
import { getAudioBubbleStyleLight, getAudioBubbleStyleDark } from "./style";

export {
  getAudioBubbleStyleLight,
  getAudioBubbleStyleDark,
  CometChatAudioBubble
};

export type {
  CometChatAudioBubbleInterface
};