export type Props = { content?: string; themeColor?: string; }; export default function TypingIndicator({ content, themeColor }: Props): import("react/jsx-runtime").JSX.Element;