import { PDFNotificationService } from '../../pdf-notification-service';
export declare class PdfHandToolComponent {
    private notificationService;
    showHandToolButton: boolean;
    isSelected: boolean;
    constructor(notificationService: PDFNotificationService);
    private onPdfJsInit;
    onClick(): void;
}
