/** * Returns the online status of the browser. * * @returns {boolean | null} Online status of the browser */ export default function useOnLine(): boolean | null;