import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { ChatsService } from '../../../services/chats/chats.service'; import { ServicedHousesListBuildingsInterface, ServicedHousesListService } from '../../../services/serviced-houses-list/serviced-houses-list.service'; import { FormBuilder, FormGroup } from '@angular/forms'; import { MatSnackBar } from '@angular/material/snack-bar'; import { Router } from '@angular/router'; import { LibDropdownInterface } from '../../../interfaces/intarfaces'; import * as i0 from "@angular/core"; export declare class ChatsListComponent implements OnInit, OnDestroy { chatsService: ChatsService; private servicedHousesListService; private fb; private snackBar; private router; private cd; private subscriptions; private loadingPrivate; private chatsListPrivate; private parseServicedHousesListPrivate; servicedHousesList: ServicedHousesListBuildingsInterface; formGroup: FormGroup; scId: string; constructor(chatsService: ChatsService, servicedHousesListService: ServicedHousesListService, fb: FormBuilder, snackBar: MatSnackBar, router: Router, cd: ChangeDetectorRef); set parseServicedHousesList(value: LibDropdownInterface[]); get parseServicedHousesList(): LibDropdownInterface[]; set chatsList(value: ServicedHousesListBuildingsInterface); get chatsList(): ServicedHousesListBuildingsInterface; set loading(value: boolean); get loading(): boolean; private formGroupInit; openItem(house: any): void; trackByFn(index: any): number; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=chats-list.component.d.ts.map