import type { ToolInvocationCardProps as RegistryToolInvocationCardProps, ToolInvocationStatus } from '../../../../registry/chat/tool-invocation-card'; export type { ToolInvocationStatus }; export type ToolInvocationCardProps = Omit; export declare const ToolInvocationCard: import("react").NamedExoticComponent; export declare const ToolCallCard: import("react").NamedExoticComponent; export type ToolCallCardProps = ToolInvocationCardProps; export type ToolCallStatus = ToolInvocationStatus;