/// <reference types="react" />
export declare const useIsMounted: () => import("react").RefObject<boolean>;
