import { ElementRef, OnChanges, Renderer2 } from "@angular/core"; import * as i0 from "@angular/core"; export default class KalpanixProps implements OnChanges { private el; private renderer; props?: { [key: string]: any; }; constructor(el: ElementRef, renderer: Renderer2); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }