export default CommentActions; declare function CommentActions({ socket, commentId, comment, setEditCommentId, setEditComment, fetchComments, isCommentOwner, }: { socket: any; commentId: any; comment: any; setEditCommentId: any; setEditComment: any; fetchComments: any; isCommentOwner: any; }): import("react/jsx-runtime").JSX.Element;