import { AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { ServicedHousesListBuildingsInterface, ServicedHousesListService } from '../../../services/serviced-houses-list/serviced-houses-list.service'; import { MessageInterface } from '../../../constants/app-state'; import { MatSnackBar } from '@angular/material/snack-bar'; import { ChatsService } from '../../../services/chats/chats.service'; import * as i0 from "@angular/core"; export declare class ChatListShortComponent implements OnInit, AfterViewInit, OnDestroy { private cd; private servicedHousesListService; private chatsService; private snackBar; private subscriptions; private chatsListPrivate; private loadingPrivate; private mentionsPrivate; servicedHousesList: ServicedHousesListBuildingsInterface; scId: string; constructor(cd: ChangeDetectorRef, servicedHousesListService: ServicedHousesListService, chatsService: ChatsService, snackBar: MatSnackBar); set chatsList(value: ServicedHousesListBuildingsInterface); get chatsList(): ServicedHousesListBuildingsInterface; set mentions(value: { [key: string]: MessageInterface[]; }); get mentions(): { [key: string]: MessageInterface[]; }; set loading(value: boolean); get loading(): boolean; setActiveChat(house: any): void; sortChats(servicedHousesList: any, chatsList: any): any; trackByFn(index: any): number; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=chat-list-short.component.d.ts.map