import React from 'react'; export declare function StreamingSpinner({ active, }: { active?: boolean; /** @deprecated no-op, kept for API compat */ showDots?: boolean; }): React.ReactElement; export declare function ToolPulse({ active, toolName, }: { active?: boolean; toolName?: string; }): React.ReactElement; //# sourceMappingURL=streaming-spinner.d.ts.map