/** @format */ import { ModuleWithProviders } from "@angular/core"; import { HttpClient } from "@angular/common/http"; import { TranslateHttpLoader } from "@ngx-translate/http-loader"; export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader; export declare class MisEmployeeWebExpModule { static forRoot(): ModuleWithProviders; }