import { ElementRef, OnDestroy, OnInit, Renderer2 } from "@angular/core"; import { ContentfulComponent } from "../ncr-contentful-components.model"; import { TypeResponsiveMedia } from "./contentful-responsive-media.model"; import { NcrContentfulConfig } from "../../config"; import { NcrAsset } from "../../models"; import * as i0 from "@angular/core"; export declare class ContentfulResponsiveMediaComponent extends ContentfulComponent implements OnInit, OnDestroy { private renderer; private el; private ncrConfig; private static count; _count: number; medias: NcrAsset[]; private styleElement; constructor(renderer: Renderer2, el: ElementRef, ncrConfig: NcrContentfulConfig); ngOnInit(): void; ngOnDestroy(): void; getResponsiveStyle(): string; private wrapInMediaQuery; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }