import { OnInit } from "@angular/core"; import { DropdownMultiSelectListModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class TagboxComponent implements OnInit { model: any; get dropdownModel(): DropdownMultiSelectListModel; getModel(): any; ngOnInit(): void; click(event: any): void; chevronPointerDown(event: any): void; clear(event: any): void; keyhandler(event: any): void; blur(event: any): void; focus(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }