import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TagInputComponent implements OnInit { value: any[]; fields: any; disabled: boolean; error: boolean; minlength: number; maxlength: number; get inputMinlength(): number; get inputMaxlength(): number; valueChange: EventEmitter; focus: EventEmitter; blur: EventEmitter; ngOnInit(): void; onRemoveTag(tag: any): void; onAddTag(event: any): void; inputError: boolean; verifyInputValue(inputValue: any): boolean; onInput(): void; onFocus(): void; onBlur(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }