import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; /** * Directive to append data properties to element. Designed for smart edit compatibility */ export declare class CmsDataDirective implements OnInit { private readonly el; private readonly renderer; private _data; constructor(el: ElementRef, renderer: Renderer2); set cmsData(data: { properties: any; selector?: string; } | null); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }