export interface BehindTheScenesProps { /** True while the overall message is still streaming */ isStreaming?: boolean; /** True once all tool calls have received their arguments back */ toolCallsComplete?: boolean; children: React.ReactNode; } export declare const BehindTheScenes: ({ isStreaming, toolCallsComplete, children, }: BehindTheScenesProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BehindTheScenes.d.ts.map