declare function useUnfollowByFollowId(): (props: {
    followId: string;
}) => Promise<void>;
export default useUnfollowByFollowId;
