import { type OnInit } from '@angular/core'; import { UpdateProductScreenData } from '../interface/screen/update-product-screen-data'; import { AsterUpdateProductService } from '../service/aster-update-product-service'; import { AsterFormCompatible } from '../../component-library/aster-form/interface/aster-form-compatible'; import * as i0 from "@angular/core"; export declare class UpdateProductComponent
implements OnInit { _: AsterUpdateProductService
; screen: UpdateProductScreenData; constructor(_: AsterUpdateProductService
);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration