import { OnInit } from "@angular/core"; import { TypeRichText } from "./contentful-rich-text.model"; import { ContentfulComponent } from "../ncr-contentful-components.model"; import * as i0 from "@angular/core"; export declare class ContentfulRichTextComponent extends ContentfulComponent implements OnInit { private document; static contentfulType: string; hostClass: string | undefined; constructor(document: Document); ngOnInit(): void; get content(): any; isParagraph(node: any): boolean; isHTML(node: any): boolean; getHTML(node: string): string; isComponent(node: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }