import { ChangeDetectorRef } from '@angular/core'; import { type TuiZoomEvent } from '@taiga-ui/cdk/directives/zoom'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiPreviewComponent { private readonly el; protected minZoom: number; protected width: number; protected height: number; protected readonly texts: import("@angular/core").Signal<{ rotate: string; }>; protected readonly icons: import("./preview.options").TuiPreviewIcons; protected readonly cdr: ChangeDetectorRef; protected readonly zoom$: BehaviorSubject; protected readonly rotation$: BehaviorSubject; protected readonly coordinates$: BehaviorSubject; protected readonly transitioned$: import("rxjs").Observable; protected readonly cursor$: import("rxjs").Observable; protected readonly wrapperTransform$: import("rxjs").Observable; readonly zoomable: import("@angular/core").InputSignal; readonly rotatable: import("@angular/core").InputSignal; readonly initialScale: import("@angular/core").InputSignal; protected rotate(): void; protected onPan(delta: readonly [number, number]): void; protected onMutation(contentWrapper: HTMLElement): void; protected onZoom({ clientX, clientY, delta }: TuiZoomEvent): void; protected onResize([entry]: readonly ResizeObserverEntry[]): void; protected reset(): void; protected setZoom(zoom: number): void; private get offsets(); private calculateMinZoom; private refresh; private processZoom; private getGuardedCoordinates; private getScaleCenter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }