import { ElementRef, Renderer2 } from '@angular/core'; import { DynamicComponentCreatorService } from '../../services'; import { ComponentWsDTO } from '@ngx-y/yapi'; import { AbstractCmsComponent } from '../../models'; import * as i0 from "@angular/core"; /** * Takes a cms component from received typeCode then renders the angular component */ export declare class CmsComponentComponent extends AbstractCmsComponent { private dynamicComponentCreator; private el; private renderer; properties: any; private wrapper; private componentRef; set cms(cms: ComponentWsDTO | undefined); set ctx(ctx: any); set classes(classes: string); constructor(dynamicComponentCreator: DynamicComponentCreatorService, el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }