import { ElementRef, TemplateRef, AfterContentInit, QueryList, EventEmitter, ChangeDetectorRef } from '@angular/core'; import { PrimeNGConfig } from 'primeng/api'; import { AnimationEvent } from '@angular/animations'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; export declare class Image implements AfterContentInit { private config; private cd; imageClass: string; imageStyle: any; styleClass: string; style: any; src: string; alt: string; width: string; height: string; appendTo: any; preview: boolean; showTransitionOptions: string; hideTransitionOptions: string; onShow: EventEmitter; onHide: EventEmitter; mask: ElementRef; templates: QueryList; indicatorTemplate: TemplateRef; maskVisible: boolean; previewVisible: boolean; rotate: number; scale: number; previewClick: boolean; container: HTMLElement; wrapper: HTMLElement; constructor(config: PrimeNGConfig, cd: ChangeDetectorRef); ngAfterContentInit(): void; onImageClick(): void; onMaskClick(): void; onPreviewImageClick(): void; rotateRight(): void; rotateLeft(): void; zoomIn(): void; zoomOut(): void; zoomDisabled(): boolean; onAnimationStart(event: AnimationEvent): void; onAnimationEnd(event: AnimationEvent): void; moveOnTop(): void; appendContainer(): void; imagePreviewStyle(): { transform: string; }; containerClass(): { 'p-image p-component': boolean; 'p-image-preview-container': boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ImageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }