import { OnInit, OnChanges, ElementRef, EventEmitter } from '@angular/core'; import { FormioComponent } from '../formio/formio.component'; import { FormioReport } from '../../formio.common'; import * as i0 from "@angular/core"; export declare class FormioReportComponent extends FormioComponent implements OnInit, OnChanges { report?: FormioReport; projectEndpoint?: string; fetchDataError: EventEmitter; formioElement?: ElementRef; isReportLoading: boolean; setFormFromSrc(): void; setFormUrl(url: any): void; ngOnChanges(changes: any): void; getRendererOptions(): any; createRenderer(): any; attachFormEvents(): void; getRenderer(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=formioreport.component.d.ts.map