import {
  CometChatFileBubble,
  CometChatFileBubbleInterface,
} from "./CometChatFileBubble";
import { FileBubbleStyle, FileBubbleStyleInterface } from "./FileBubbleStyle";

export { CometChatFileBubble, FileBubbleStyle };
export type { CometChatFileBubbleInterface, FileBubbleStyleInterface };
