interface ReasoningPanelProps { reasoning: string; /** * Whether the associated assistant message is currently streaming. * Used to auto-expand while streaming and auto-collapse when done. */ isStreaming?: boolean; } export declare const ReasoningPanel: import('react').MemoExoticComponent<({ reasoning, isStreaming }: ReasoningPanelProps) => import("react/jsx-runtime").JSX.Element | null>; export {}; //# sourceMappingURL=ReasoningPanel.d.ts.map