import { QueueModel } from '../../models/queue.model'; import { QueueService } from '../../state/queue.service'; import { BaseContainerComponent } from '../../../../shared'; import { QueueStore } from '../../state/queue.store'; import * as i0 from "@angular/core"; export declare class QueueAdminListComponent extends BaseContainerComponent { queueStore: QueueStore; private queueService; constructor(queueStore: QueueStore, queueService: QueueService); queueList: QueueModel[]; selectedQueue: any; queueId: any; ngOnInit(): void; getAllQueueList(): void; handleQueueData(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }