import { EventEmitter } from '@angular/core'; import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ChipSelectorComponent implements OnInit { items: any[]; selected?: string; selectionChange: EventEmitter; index: number; selectedItem: any; constructor(); ngOnInit(): void; nextValue(): void; prevValue(): void; onValueChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }