declare function useRemoveCommentDownvote(): ({ commentId }: {
    commentId: string;
}) => Promise<any>;
export default useRemoveCommentDownvote;
