import { Renderer2 } from '@angular/core'; import { Asset } from "contentful/dist/types/types/asset"; import * as i0 from "@angular/core"; export declare class ContentfulAssetComponent { private renderer; asset: Asset; clazz?: string; constructor(renderer: Renderer2); mediaLoadHandler(placeholder: HTMLElement, video: HTMLElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }