import type { MutableRefObject } from 'react'; declare function useUnmountRef(): MutableRefObject; export default useUnmountRef;