import { ModuleWithProviders } from '@angular/core'; export * from './upload/interface'; export { NgZorroAntdModule } from 'ng-zorro-antd'; export { EchartsModule } from './echarts/echarts.component'; export { UIGridModule } from './yzt-grid/yzt-grid.component'; export { ShipperSelectModule } from "./shipper-select/shipper-select.component"; export { GridIconModule } from './yzt-grid/grid-icon.component'; export { CustomTemplateModule } from './yzt-grid/custom-template.component'; export { YztUploadModule } from './upload/yzt-upload.module'; export { YZTViewerDirectiveModule } from './yzt-viewer/yzt-viewer.directive'; export { RepairGoodSelectModule } from './repair-goods-select/repair-goods-select.component'; export { CneeSelectModule } from "./cnee-select/cnee-select.component"; export { MasterSelectModule } from "./master-select/master-select.component"; export { AreaSelectModule } from './area-select/area-select.component'; export { AbnormalSelectModule } from './abnormal-select/abnormal-select.component'; export { DepartmentSelectModule } from './department-select/departement-select.component'; export { CitySelectModule } from './city-select/city-select.component'; export { YztTabsModule } from './yzt-tabs/yzt-tabs.module'; export { PickAddrModule } from './pick-addr/pick-addr.component'; export { CustomerGoodtModule } from './customer-good/customer-good.component'; export { StandardGoodModule } from './standard-good/standard-good.component'; export { AreaDownSelectModule } from './area-down-select/area-down-select.component'; export { CustomerAndCargoGoodtModule } from './customerAndCargo-good/customerAndCargo-good.component'; export declare class ZorroExtModule { static forRoot(CustomAPI: any, API_BASE_URL: any): ModuleWithProviders; }