/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Component & Service **********/ import { InputFieldBase } from "../components/inputfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent, AttachmentService } from "mmhglobal-zcore"; import * as i0 from "@angular/core"; export declare class ZimgComponent extends InputFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private attachmentService; imgSource: any; constructor(componentService: ZComponentService, attachmentService: AttachmentService); ngOnInit(): void; ngAfterViewInit(): void; setImageSource(): void; private getImageSource; private setImageSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }