import { OnDestroy } from '@angular/core'; import { ACCom } from '../../../../services/ac-com.service'; import { ACIOTProgrammingService, DiffEditor } from '../ac-iot-programming.service'; export declare class ACIotPDiffComponent implements OnDestroy { ACCom: ACCom; ACIOTProgrammingService: ACIOTProgrammingService; editorOptions: any; loading: number; _DiffEditor: DiffEditor; set DiffEditor(val: DiffEditor); modifiedModelContent: string; originalModelContent: string; open(fname: any): void; get title1(): string; get title2(): string; loaded: boolean; onInit($event: any): void; setModel(): void; originalModel: any; modifiedModel: any; key: string; constructor(ACCom: ACCom, ACIOTProgrammingService: ACIOTProgrammingService); Exec(): void; kill: boolean; ngOnDestroy(): void; }