import { EventEmitter } from '@angular/core'; import { BooleanInput, CoreUiComponent, NumberInput } from '../../components'; import * as i0 from "@angular/core"; export declare class ZekTag extends CoreUiComponent { model: string[] | null; readonly modelChange: EventEmitter; get max(): number; set max(v: NumberInput); _max: number; _maxlength: number | null; get maxlength(): number | null; set maxlength(v: NumberInput); private _duplicate; get duplicate(): boolean; set duplicate(v: BooleanInput); text: string | null; onKeyEnter(e: Event): void; private _uniqueId; /** The unique ID for the tag. */ id: string; get inputId(): string; add(text: string | null): boolean; remove(item: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }