export default CommentBody; declare function CommentBody({ socket, thread, isLoading, setEditComment, setEditCommentId, fetchComments, }: { socket: any; thread: any; isLoading: any; setEditComment: any; setEditCommentId: any; fetchComments: any; }): import("react/jsx-runtime").JSX.Element;