import { CompactTree, TreeAdapter } from '../index';
export declare class CompactTreeAdapter extends TreeAdapter {
    widget: CompactTree;
    protected _getDefaultNodeObjectType(): string;
    /**
     * Static method to modify the prototype of CompactTree.
     */
    static modifyCompactTreePrototype(): void;
}
//# sourceMappingURL=CompactTreeAdapter.d.ts.map