import { OnInit, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RightchatComponent implements OnInit, OnDestroy { isOpen: boolean; width: number; height: number; chatMembers: any[]; reloadFlag: boolean; userActivity: any[]; timerId?: any; menuClass: string; activeSidebarClass?: string; randomAvatarSrc?: string; activeChatName?: string; constructor(); ngOnInit(): void; ngOnDestroy(): void; updateDimensions: () => void; statusClass(time1: number, time2: number): string; toggleOpen(e?: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }