export declare class ChatMessage { author: string; chatId: string; side: string; render(): any; }