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