import { AiAssistantThinkingOrbProps } from '../types'; /** * Living mini-orb shown while the assistant thinks — same visual language as the FAB orb: the brand * orange flowing into black, blob morph, breath and pulsing aura (aura spread scales with size). * Emotion emits @keyframes globally, hence the size-suffixed aura name (its content differs per * size — the same name would collide). */ declare const AiAssistantThinkingOrb: ({ size }: AiAssistantThinkingOrbProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default AiAssistantThinkingOrb;