import { CollaborativeWhiteboardConfiguration, CollaborativeWhiteboardConfigurationInterface } from './CollaborativeWhiteboardConfiguration'; import { CollaborativeWhiteboardExtension } from './CollaborativeWhiteboardExtension'; import { CollaborativeWhiteboardExtensionDecorator } from './CollaborativeWhiteboardExtensionDecorator'; import { CometChatCollaborativeBubble } from '../CollaborativeBubble/CometChatCollaborativeBubble'; export { CollaborativeWhiteboardConfigurationInterface, CollaborativeWhiteboardExtensionDecorator, CollaborativeWhiteboardExtension, CollaborativeWhiteboardConfiguration, CometChatCollaborativeBubble as CometChatCollaborativeWhiteBoardBubble };