import { Box, Typography } from '@mui/material'; /** Pulsing dots shown while the agent is processing. */ export default function ThinkingIndicator() { return ( Thinking ); }