import { BaseEditorView } from "./BaseEditorView";
import { Type } from "igniteui-webcomponents-core";
import { DomRenderer } from "igniteui-webcomponents-core";
import { BaseControlTheme } from "igniteui-webcomponents-core";
import { ICellActionManager } from "./ICellActionManager";
import { FontInfo } from "igniteui-webcomponents-core";
import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
/**
 * @hidden
 */
export declare class ComboEditorView extends BaseEditorView {
    static $t: Type;
    private ac;
    private ab;
    private af;
    private ad;
    private ag;
    private ai;
    private z;
    private ae;
    get ah(): any;
    set ah(a: any);
    get ak(): string;
    set ak(a: string);
    get aa(): string[];
    set aa(a: string[]);
    constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
    setFont(a: FontInfo): void;
    attachEvents(): void;
    detachEvents(): void;
    onTargetChanged(): void;
    onEditStarted(): void;
    onEditEnded(): void;
    protected t(): void;
    an(): void;
    protected v(a: string, b: any, c: any): void;
    protected x(): void;
    private aq;
    protected w(): void;
    private onComboValueChanged;
    private onComboTextChanged;
    private au;
    protected onInputChanging(a: any, b: InputChangeEventArgs): void;
    private onComboLostFocus;
    private onComboGotFocus;
}
