/** * Used to know if the component is mounted or not */ export declare function useMountedRef(): import("react").MutableRefObject;