import * as i0 from '@angular/core'; import { OnChanges, OnDestroy, ElementRef, SimpleChanges } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { DomSanitizer } from '@angular/platform-browser'; import { GioPrismJsService } from '@gravitee/ui-particles-angular'; import { Observable } from 'rxjs'; import { Asciidoctor } from '@asciidoctor/core'; import * as i2 from '@angular/common'; declare global { interface Window { _gioAsciidoctor: Asciidoctor; } } declare class GioAsciidoctorService { load(): Observable; private loadAsciidoctor; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class GioAsciidoctorComponent implements OnChanges, OnDestroy { private readonly gioAsciidoctorService; private readonly gioPrismJsService; private readonly sanitizer; private readonly elementRef; private readonly httpClient; private readonly appId; content?: string; src?: string; private options; private asciidoctor$; private unsubscribe$; private _uniqueId; constructor(gioAsciidoctorService: GioAsciidoctorService, gioPrismJsService: GioPrismJsService, sanitizer: DomSanitizer, elementRef: ElementRef, httpClient: HttpClient, appId: string); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private render; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class GioAsciidoctorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { GioAsciidoctorComponent, GioAsciidoctorModule, GioAsciidoctorService };