/** * Floating status pill for the active project's event connection. Rendered * inside the chat pane (needs a relative-positioned parent) so it overlays * the thread under the session/lean header instead of pushing layout down. * Hidden while connected; shows a spinner while reconnecting and a clear * message with a manual Retry once reconnect attempts keep failing. Also * hosts the once-mounted controller that reconciles event-maintained * queries after a successful reconnect. */ export declare function ProjectConnectionBanner(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ProjectConnectionBanner.d.ts.map