import React from "react"; interface AssistantMessageProps { text: string; thinking?: string; thinkingMs?: number; showThinking?: boolean; streaming?: boolean; renderMarkdown?: boolean; availableTerminalHeight?: number; marginTop?: number; continuation?: boolean; } export declare const AssistantMessage: React.MemoExoticComponent<({ text, thinking, thinkingMs, showThinking, streaming, renderMarkdown, availableTerminalHeight, marginTop, continuation, }: AssistantMessageProps) => import("react/jsx-runtime").JSX.Element | null>; export {}; //# sourceMappingURL=AssistantMessage.d.ts.map