import type { MutableRefObject } from 'react'; declare const useIsMountedRef: () => MutableRefObject; export default useIsMountedRef;