import { QuestionAngular } from "survey-angular-ui"; import { DropdownListModel, QuestionDropdownModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class LogicOperatorComponent extends QuestionAngular { private dropdownListModel?; get dropdownModel(): DropdownListModel; click(event: any): void; keyup(event: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }