import React from 'react'; interface ThinkingAnimationProps { text: string; size?: 'small' | 'medium' | 'large'; className?: string; estimatedTime?: string; showProgress?: boolean; } export declare const ThinkingAnimation: React.FC; export {}; //# sourceMappingURL=ThinkingAnimation.d.ts.map