/// <reference types="react" />
export declare function useMounted(): import("react").MutableRefObject<boolean>;
