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