import { ElementRef, OnInit } from '@angular/core'; import { DocumentComponent, NavigateService, WindowService } from '@groupdocs.examples.angular/common-components'; import { ZoomService } from '@groupdocs.examples.angular/common-components'; import { DifferencesService } from '../differences.service'; export declare class ResultDocumentComponent extends DocumentComponent implements OnInit { private changesService; constructor(_elementRef: ElementRef, zoomService: ZoomService, changeService: DifferencesService, windowService: WindowService, navigateService: NavigateService); close(): void; ngOnInit(): void; }