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