import { ElementRef, AfterViewInit, Renderer, OnInit } from '@angular/core'; import { AbstractEntry } from './abstract-entry.component'; import { ContentfulHtmlBlock } from '../contentful/aliases.structures'; export declare class HtmlEntryComponent extends AbstractEntry implements AfterViewInit, OnInit { protected entry: ContentfulHtmlBlock; private backgroundOwner; private fontColor; private constants; constructor(renderer: Renderer, elementRef: ElementRef, constants: any); ngOnInit(): void; ngAfterViewInit(): void; }