import { ChatService } from '../chat.service'; import { Observable } from 'rxjs'; export declare class ChannelListComponent { chatService: ChatService; selectedChannelJid$: Observable; constructor(chatService: ChatService); back(): void; }