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