import { PDFNotificationService } from './../../pdf-notification-service';
import { UpdateUIStateEvent } from '../../events/update-ui-state-event';
export declare class PdfRotatePageComponent {
    private notificationService;
    showRotateButton: boolean;
    disableRotate: boolean;
    private button1;
    private button2;
    constructor(notificationService: PDFNotificationService);
    rotateCW(): void;
    rotateCCW(): void;
    onPdfJsInit(): void;
    updateUIState(event: UpdateUIStateEvent): void;
}
