/** * ClosedBanner — flat banner shown above the input area when the active * channel's status is "closed". Replaces the imperative DOM banner manipulation * the old chat.ts performed in `_updateUI`. */ import type { JSX } from "preact"; export declare function ClosedBanner(): JSX.Element;