import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { SCDocument, SCDMSDocumentVersion } from '../../sc-document-viewer'; import { SCDocumentViewerService } from '../../sc-document-viewer/sc-document-viewer.service'; import * as i0 from "@angular/core"; export declare class SCDocumentVersionsDialogComponent implements OnInit { data: any; dialogRef: MatDialogRef; private documentViewerService; private config; document: SCDocument; private loadPdf; fileToShow: File | Blob; private showVersion; constructor(data: any, dialogRef: MatDialogRef, documentViewerService: SCDocumentViewerService); ngOnInit(): void; selectedVersion(version: SCDMSDocumentVersion): void; getDocumentVersionUrlString(did: number, dvid: number): string; openDocument(document: SCDocument): void; getLoadFile(url: string): void; close(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }