import { PepFileService, PepCustomizationService, IPepOption } from '@pepperi-addons/ngx-lib'; import { PepDialogService } from '@pepperi-addons/ngx-lib/dialog'; import { IPepFileChangeEvent } from '@pepperi-addons/ngx-lib/files-uploader'; import * as i0 from "@angular/core"; export declare class PepImageService { private dialogService; private customizationService; private fileService; constructor(dialogService: PepDialogService, customizationService: PepCustomizationService, fileService: PepFileService); openImageDialog(imageSrc: string, options: IPepOption[], title?: string): void; openFromURI(event: IPepFileChangeEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }