/** @jsxImportSource @opentui/react */ /** * Responsive v2 shell (V2-032, Phase 7 plan/overlay host). * * Legacy-style layout: scrollable transcript (intro card + messages), optional * plan, completion menu + composer at the bottom, OverlayHost for pickers. * * Confirm/secret dock above the composer (in-flow). Pickers, pager, and jobs * live in a full-bleed absolute host so they never reflow the intro card. * Plan split/overlay reserves chat width so the agent card stays intact. */ import { type ReactNode } from "react"; export declare function App(): ReactNode;