export { A as AgentSteps, a as ApprovalCard, C as ChatHeader, b as ChatWindow, M as MessageBubble, c as MessageInput, S as ScrollAnchor, T as TypingIndicator } from '../typing-indicator-CCLqm06i.cjs'; import * as react from 'react'; import { T as ToolCall } from '../types-CHPP16pW.cjs'; interface ToolCallCardProps { toolCall: ToolCall; className?: string; } declare function ToolCallCard({ toolCall, className }: ToolCallCardProps): react.JSX.Element; export { ToolCallCard };