import { OnInit, Injector } from '@angular/core'; import { LCUElementContext, LcuElementComponent } from '@lcu/common'; export declare class LcuDataFlowIotProvisioningPackMachineLearningElementState { } export declare class LcuDataFlowIotProvisioningPackMachineLearningContext extends LCUElementContext { } export declare const SELECTOR_LCU_DATA_FLOW_IOT_PROVISIONING_PACK_MACHINE_LEARNING_ELEMENT = "lcu-data-flow-iot-provisioning-pack-machine-learning-element"; export declare class LcuDataFlowIotProvisioningPackMachineLearningElementComponent extends LcuElementComponent implements OnInit { protected injector: Injector; constructor(injector: Injector); ngOnInit(): void; } //# sourceMappingURL=machine-learning.component.d.ts.map