export declare class ChatBubble { text: string; sender: 'user' | 'bot'; timestamp: Date; render(): any; }