import { ChatService } from './chat.service'; export declare class ChatComponent { chatService: ChatService; showLibrary: boolean; constructor(chatService: ChatService); }