import { ElementRef, OnInit } from "@angular/core"; import { DropdownListModel } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class DropdownComponent extends BaseAngular implements OnInit { model: any; inputElementRef: ElementRef; get dropdownModel(): DropdownListModel; protected 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; inputChange(event: any): void; updateInputDomElement(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }