declare const CommentsPortal: ({ isOpen, onClose, comments, onAddComment, cellId, position, author: authorProp, onMouseEnter, onMouseLeave, openedBy, onMenuClick, onMarkAsReadClick, onMarkAsResolvedClick, editCommentText, isLoading, error, onClearError, currentAuthor, editingComment, onUpdateComment, setEditingComment, loadParticipantsAvatar, resolvedComments, messageId, configuration, }: { isOpen: any; onClose: any; comments: any; onAddComment: any; cellId: any; position: any; author: any; onMouseEnter: any; onMouseLeave: any; openedBy: any; onMenuClick: any; onMarkAsReadClick: any; onMarkAsResolvedClick: any; editCommentText?: string | undefined; isLoading?: boolean | undefined; error?: null | undefined; onClearError: any; currentAuthor: any; editingComment?: null | undefined; onUpdateComment?: null | undefined; setEditingComment: any; loadParticipantsAvatar: any; resolvedComments?: never[] | undefined; messageId?: null | undefined; configuration: any; }) => import('react').ReactPortal | null; export default CommentsPortal; //# sourceMappingURL=CommentsPortal.d.ts.map