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