import { OnDestroy } from '@angular/core'; import { UpdateUIStateEvent } from '../../events/update-ui-state-event'; import { ResponsiveVisibility } from '../../responsive-visibility'; import { PDFNotificationService } from './../../pdf-notification-service'; import * as i0 from "@angular/core"; export declare class PdfRotatePageComponent implements OnDestroy { showRotateButton: import("@angular/core").InputSignal; disableRotate: boolean; clockwise: import("@angular/core").InputSignal; counterClockwise: import("@angular/core").InputSignal; private PDFViewerApplication; private eventBusAbortController; constructor(notificationService: PDFNotificationService); rotateCW: () => void; rotateCCW: () => void; onPdfJsInit(): void; ngOnDestroy(): void; updateUIState(event: UpdateUIStateEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }