import { Widget } from "../../core/widget"; export declare class AllValueMultiTextValueCombo extends Widget { static xtype: string; static EVENT_CONFIRM: string; getValue(): T[]; populate(items: any): void; }