import { AfterViewInit } from '@angular/core'; export declare class HtmldiffComponent implements AfterViewInit { html1: any; html2: any; htmlValue: any; constructor(); ngAfterViewInit(): void; }