import { ToolCallCardProps } from './types'; export declare const ToolCallCard: import('react').MemoExoticComponent<({ call, contextKey, messageId, chatId }: ToolCallCardProps) => import("react/jsx-runtime").JSX.Element | null>; //# sourceMappingURL=ToolCallCard.d.ts.map