type ChatLocale = 'sv' | 'en' | 'no' | 'sv-SE' | 'en-US' | 'nb-NO'; interface ToolCallStatusProps { tool: string; locale?: ChatLocale; } export declare function ToolCallStatus({ tool, locale }: ToolCallStatusProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ToolCallStatus.d.ts.map