/// <reference types="react" />
export declare function useIsMountedRef(): import("react").MutableRefObject<null>;
