import { NotificationService } from '@ishop/admin-ui/core'; import { DataService } from '@ishop/admin-ui/core'; import { ModalService } from '@ishop/admin-ui/core'; import { Observable } from 'rxjs'; export declare class ChannelListComponent { private dataService; private modalService; private notificationService; channels$: Observable; private refresh$; constructor(dataService: DataService, modalService: ModalService, notificationService: NotificationService); isDefaultChannel(channelCode: string): boolean; deleteChannel(id: string): void; }