export declare class LumiloginModule { static forRoot(lumilogin_url: string, lumilogin_realm: string, lumilogin_clientid: string, lumilogin_secret: string, application_name: string, theme_config: any, urlApiLumilogin: string, show_Search_Bar: boolean, show_Lang_Selector: boolean, doc_url: string, show_help: boolean, show_cgu: boolean): { ngModule: typeof LumiloginModule; providers: { provide: import("@angular/core").InjectionToken; useValue: any; }[]; }; }