/**
 * 从 ahooks 中复制过来，修改了部分引用
 * https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useUnmount/index.ts
 */
declare const useUnmount: (fn: any) => void;
export default useUnmount;
