import { EventEmitter, OnInit } from '@angular/core'; import { ServiceService } from '../service/service.service'; export declare class LabelSelectorComponent implements OnInit { svr: ServiceService; chipListShow: boolean; open: EventEmitter; hostClass: boolean; constructor(svr: ServiceService); ngOnInit(): void; deleteLabel(index: number): void; }