import { AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MarkdownDirective implements AfterViewInit { private elementRef; set data(value: string); set kMarkdown(value: string); constructor(elementRef: ElementRef); static converter: any; html: string; removeRoot: boolean; src: any; element: any; sdExtAttr: any; ngAfterViewInit(): void; fromData(data: any): void; fromRAW(): void; prepare(raw: any): any; process(markdown: any): Promise; highlight(html: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=util.markdown.directive.d.ts.map