import { default as React } from 'react'; interface ThinkingAnimationProps { className?: string; hideText?: boolean; } declare const ThinkingAnimation: React.FC; export default ThinkingAnimation;