import { AfterViewChecked, EventEmitter, TemplateRef } from "@angular/core"; import { ComboBoxComponent } from "@progress/kendo-angular-dropdowns"; import * as i0 from "@angular/core"; export declare class OdataKendoComboBoxComponent implements AfterViewChecked { Data: any[]; comboboxDataRef: TemplateRef | null; getData: (v: string) => Promise; placeholder: string; textField: string; valueField: string; valuePrimative: boolean; formControlName: string | null; class: string; style: string | null; selected: EventEmitter; list: ComboBoxComponent | null; private filterSubscribed; constructor(); selectionChange($event: any): void; ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=odatakendocombobox.component.d.ts.map