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