import { TreeView } from "../treeview";
export declare class ListTreeView extends TreeView {
    static xtype: string;
}