import {
  CollaborativeWhiteboardConfiguration,
  CollaborativeWhiteboardConfigurationInterface,
} from "./CollaborativeWhiteboardConfiguration";
import { CollaborativeWhiteboardExtension } from "./CollaborativeWhiteboardExtension";
import { CollaborativeWhiteboardExtensionDecorator } from "./CollaborativeWhiteboardExtensionDecorator";
import { CometChatCollaborativeBubble } from "../CollaborativeBubble/CometChatCollaborativeBubble";

export {
  CollaborativeWhiteboardExtensionDecorator,
  CollaborativeWhiteboardExtension,
  CollaborativeWhiteboardConfiguration,
  CometChatCollaborativeBubble as CometChatCollaborativeWhiteBoardBubble,
};
export type { CollaborativeWhiteboardConfigurationInterface };
