interface HeaderProps { hostName: string; hostDisplayName: string; hostAvailable: boolean; hostReason?: string; cwd: string; provider: string; model: string; } /** * Top banner. One row + a compact status block. Renders once via . * Themed via ggcoder's theme so it matches the rest of the TUI. */ export declare function Header({ hostName, hostDisplayName, hostAvailable, hostReason, provider, model, }: HeaderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Header.d.ts.map