import { OnInit, OnChanges, EventEmitter, ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { TranslateService } from '@ngx-translate/core'; import { FileService, LAYOUT_TYPE, CustomizationService } from '@pepperi/ngx-lib'; import { DialogService } from '@pepperi/ngx-lib/dialog'; import * as i0 from "@angular/core"; export declare class PepperiImageComponent implements OnChanges, OnInit, OnDestroy { private translate; private dialogService; private customizationService; private fileService; private renderer; private element; static ENTER_CHILDREN: string; key: string; srcLarge: string; src: string; options: any; label: string; type: string; required: boolean; disabled: boolean; readonly: boolean; xAlignment: string; rowSpan: number; indicatorsField: any; menuField: any; hasCampaignField: any; controlType: string; form: FormGroup; objectId: string; showTitle: boolean; layoutType: LAYOUT_TYPE; isActive: boolean; sizeLimitMB: number; acceptImagesType: string; valueChanged: EventEmitter; elementClicked: EventEmitter; LAYOUT_TYPE: typeof LAYOUT_TYPE; fieldHeight: string; standAlone: boolean; dataURI: any; constructor(translate: TranslateService, dialogService: DialogService, customizationService: CustomizationService, fileService: FileService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; ngOnChanges(changes: any): void; ngOnDestroy(): void; errorHandler(event: any): void; setTitle(event: any): void; enterChildren(event: any): void; onFileChanged(value: any): void; objectIdIsNotEmpty(): boolean; onFileClicked(event: any): void; itemImageClick(event: any): void; openImageModal(hasParentImage: boolean): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }