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