import { OnInit, Type } from '@angular/core'; import { RhModuleConfigurationBase } from 'rh-base/shared'; import { KeyValue } from '@angular/common'; import { RhSafeAny } from 'rh-base/model'; import { NzTreeNode } from 'ng-zorro-antd/tree'; import * as i0 from "@angular/core"; export declare class RhWmsConfigurationComponent extends RhModuleConfigurationBase implements OnInit { menuKey: string; rhTreeTitle: string; componentMappedData: KeyValue>[]; ngOnInit(): void; initTreeNodes(): void; onSelectTreeNode(item: NzTreeNode): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }