import { TranslateService } from "@ngx-translate/core";
import { PrimeNG } from "primeng/config";
import { Observable } from "rxjs";
import { CoreConfigService } from "../core-config.service";
import * as i0 from "@angular/core";
export declare class NgCoreTranslateService extends TranslateService {
    protected primeNG: PrimeNG;
    protected coreConfigService: CoreConfigService;
    private locales;
    initialize(): void;
    use(lang: string): Observable<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgCoreTranslateService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgCoreTranslateService>;
}
