import * as _angular_core from '@angular/core'; import { OnInit, ChangeDetectorRef } from '@angular/core'; import { Mermaid } from 'mermaid'; declare class NgDocMermaidViewerComponent implements OnInit { graph: _angular_core.InputSignal; protected readonly html: _angular_core.WritableSignal; protected readonly pending: _angular_core.WritableSignal; protected readonly error: _angular_core.WritableSignal; protected readonly mermaid: Mermaid; protected readonly changeDetectorRef: ChangeDetectorRef; protected readonly platform: Object; protected readonly id: string; constructor(); ngOnInit(): Promise; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { NgDocMermaidViewerComponent };