export declare function useConnectionState(): {
    isOffline: any;
    isOnline: any;
    isConnecting: any;
};
