declare const NoComments: ({ onAddComment, cellId, position, isInsidePortal, editCommentText, isLoading, error, onClearError, isEditFlow, onUpdateComment, setEditingComment, loadParticipantsAvatar, }: { onAddComment: any; cellId: any; position: any; isInsidePortal?: boolean | undefined; editCommentText?: string | undefined; isLoading?: boolean | undefined; error?: null | undefined; onClearError: any; isEditFlow: any; onUpdateComment: any; setEditingComment: any; loadParticipantsAvatar: any; }) => import("react/jsx-runtime").JSX.Element; export default NoComments; //# sourceMappingURL=NoComments.d.ts.map