import { Pane } from "../../base/pane"; export declare class TextValueComboPopup extends Pane { static xtype: string; static EVENT_CHANGE: string; static EVENT_CLEAR: string; static EVENT_CONFIRM: string; populate(items: any[]): void; getValue(): any; setValue(value: any): void; }