import { Message } from '../../schemas'; interface TypingIndicatorProps { newestMessage: Message | undefined; companionName: string; companionImageUrl?: string | null; } export declare function TypingIndicator({ newestMessage, companionName, companionImageUrl, }: TypingIndicatorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=TypingIndicator.d.ts.map