import { OnInit, OnChanges, EventEmitter } from '@angular/core';
import { Transformations } from './shared/transformations';
import * as i0 from "@angular/core";
export declare class XjsltComponent implements OnInit, OnChanges {
    private styler;
    node: {};
    transformations: Transformations;
    ontransformation: EventEmitter<any>;
    onerror: EventEmitter<any>;
    ngOnInit(): void;
    ngOnChanges(chages: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<XjsltComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<XjsltComponent, "xjslt", never, { "node": "node"; "transformations": "transformations"; }, { "ontransformation": "ontransformation"; "onerror": "onerror"; }, never, never, true, never>;
}
