import { OnDestroy } from '@angular/core';
import { UpdateUIStateEvent } from '../../events/update-ui-state-event';
import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfRotatePageCcwComponent implements OnDestroy {
    showRotateCcwButton: import("@angular/core").InputSignal<ResponsiveVisibility>;
    disable: import("@angular/core").InputSignal<boolean>;
    disableRotate: boolean;
    counterClockwise: import("@angular/core").InputSignal<boolean>;
    private PDFViewerApplication;
    private eventBusAbortController;
    constructor(notificationService: PDFNotificationService);
    rotateCCW: () => void;
    onPdfJsInit(): void;
    ngOnDestroy(): void;
    updateUIState(event: UpdateUIStateEvent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PdfRotatePageCcwComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PdfRotatePageCcwComponent, "pdf-rotate-page-ccw", never, { "showRotateCcwButton": { "alias": "showRotateCcwButton"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "counterClockwise": { "alias": "counterClockwise"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
}
