import { OnInit } from '@angular/core'; export declare class MarkdownComponent implements OnInit { content: string; ngOnInit(): void; }