import { ElementRef } from '@angular/core';
export declare class AsciidoctorPanelRenderer {
    private elementRef;
    private viewPanelEl;
    private contentHtml;
    constructor(elementRef: ElementRef);
    updateContent(content: string): void;
}
