/// <reference types="react" />
declare const useUnmountedRef: () => import("react").MutableRefObject<boolean>;
export default useUnmountedRef;
