import { ITreeOptions } from 'angular-tree-component';
export interface NzTreeOptions extends ITreeOptions {
}
