import { EventEmitter } from '@angular/core'; import { FormioAuthService } from '@formio/angular/auth'; import * as i0 from "@angular/core"; export interface FormioResourceMap { [name: string]: any; } export declare class FormioResources { auth?: FormioAuthService; resources: FormioResourceMap; error: EventEmitter; onError: EventEmitter; constructor(auth?: FormioAuthService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=resources.service.d.ts.map