/// export declare function useMountStatusRef(): import("react").MutableRefObject<"FIRST_RENDER" | "MOUNTED" | "UNMOUNTED">;