import React from "react"; type OfflineBannerProps = { isConnected?: boolean | null; }; export declare const OfflineBanner: React.FC; export {};