import { InjectionToken, EventEmitter } from '@angular/core'; import { FormioCore as Formio } from '@formio/js'; import * as i0 from "@angular/core"; export declare const FormioAppConfig: InjectionToken; export declare class FormioAppService { baseUrl: any; apiUrl: any; projectUrl: any; appUrl: any; icons?: string; formio: Formio; user?: any; onUser: EventEmitter; constructor(config?: { apiUrl?: string; baseUrl?: string; appUrl?: string; projectUrl?: string; icons?: string; config?: any; }); setUser(user: any): void; logout(): any; authenticate(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=app.service.d.ts.map