import { EventEmitter, OnInit } from '@angular/core'; import { DictMapperService } from '../list-items.config'; export declare class HlcClrTagsListComponent implements OnInit { private readonly dictMapper; items: any[]; remove: EventEmitter; constructor(dictMapper: DictMapperService); ngOnInit(): void; onRemove(item: any): void; trackById(_: any, item: any): any; getLabel(item: any): any; }