import { Editor } from '@tiptap/core'; export declare const CommentBubbleCard: ({ editor, activeCommentId, commentDrawerOpen, isCollabDocumentPublished, disableInlineComment, }: { editor: Editor; activeCommentId: string | null; commentDrawerOpen: boolean; isCollabDocumentPublished: boolean | undefined; disableInlineComment?: boolean; }) => import("react/jsx-runtime").JSX.Element;