import { AgentToolCall } from '@multiplayer-app/ai-agent-types'; interface SubagentToolCallProps { call: AgentToolCall; subagentChatId: string; } /** * Minimal expandable subagent thread, rendered below a tool call's own output: * a borderless full-width row (icon + subagent name + status, chevron on the * right edge) with the nested conversation underneath when expanded. */ export declare const SubagentToolCall: import('react').MemoExoticComponent<({ call, subagentChatId }: SubagentToolCallProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=SubagentToolCall.d.ts.map