/// <reference types="react" />
/**
 * fork from https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useUnmountedRef/index.tsx
 */
declare const useUnmountedRef: () => import("react").MutableRefObject<boolean>;
export default useUnmountedRef;
