import { ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AlReactWrapperComponent implements OnChanges, OnDestroy { element: ElementRef; props?: PropertiesType; component?: any; protected reactComponent?: any; protected reactComponentInstance?: any; constructor(element: ElementRef); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "al-react-wrapper", never, { "props": "props"; "component": "component"; }, {}, never, ["*"]>; }