import type { TodoItem } from '@wrongstack/core/agent'; import type React from 'react'; /** * Full-screen Todos monitor overlay (F6 to open, F6 to close). * Surfaces the live agent.ctx.todos board — compact status-bar chips * aren't enough when the board has 10+ items. Mirrors the bordered- * panel look of the fleet/agents/worktree monitors so it sits naturally * in the bottom region. */ export declare function TodosMonitor({ todos }: { todos: TodoItem[]; }): React.ReactElement; //# sourceMappingURL=todos-monitor.d.ts.map