import { Observable } from 'rxjs'; import { ChannelGroup } from '../../../models'; import { ChatService } from '../chat.service'; export declare class GroupListComponent { chatService: ChatService; groups$: Observable; selectedGroupId$: Observable; constructor(chatService: ChatService); }