import type { ToolCallCardProps } from './index.js'; declare const ToolCallCard: import("svelte").Component; type ToolCallCard = ReturnType; export default ToolCallCard;