interface LooperSessionViewProps { sessionId: string; onNewSession?: () => void; onDeleteSession?: () => void; } /** * A looper session rendered with the standard session experience: the normal * message thread (SessionHeader/LeanHeader included) and the full chat input * (provider/model editable; agent locked to looper). The goals bar attaches * to the chat input alongside InputTodosBar — the session header stays clean. */ export declare const LooperSessionView: import("react").NamedExoticComponent void; }>>; export {}; //# sourceMappingURL=LooperSessionView.d.ts.map