import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Renderer } from 'marked'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class NgxMdService { private _http; private _domSanitizer; private _renderer; constructor(_http: HttpClient, _domSanitizer: DomSanitizer); getContent(path: string): Observable; get renderer(): Renderer; extractData(res: any): string; setMarkedOptions(options: any): void; compile(data: string, sanitize?: boolean): string | null; private handleError; private extendRenderer; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }