/** Banner shown when another tab sends rooms over. "Place" arms a placement * gesture: a ghost preview follows the cursor (PlacePreviewEffect) and a click * commits the paste there — Esc or right-click cancels back to this banner. */ export declare function IncomingRoomsBanner(): import("react").JSX.Element | null;