import { type AppProps } from "./App.js"; /** * Mount the editor TUI. Wraps with the same provider stack ggcoder uses so * shared components (Footer, ToolExecution, AssistantMessage, ActivityIndicator, * etc.) work with their context dependencies satisfied — but injects the * editor's warm palette over the loaded base theme. */ export declare function renderEditorTui(props: AppProps): Promise; //# sourceMappingURL=render.d.ts.map