interface MessageThreadContainerProps { sessionId: string; onSelectSession?: (sessionId: string) => void; footerBottomPaddingClass?: string; /** * Force the compact thread renderer regardless of user preference. Used by * otto orchestrator threads so otto's verify/complete/dispatch tool calls * collapse into compact activity events instead of message bubbles. */ forceCompact?: boolean; } export declare const MessageThreadContainer: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=MessageThreadContainer.d.ts.map