/** * Custom hook to track the browser's online status. * * @returns {boolean} Returns `true` if the browser is online, `false` otherwise. */ export declare const useOnlineStatus: () => boolean;