/**
 * @license
 * Copyright ASW (A Software World) All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file
 */
import { ModuleWithProviders, Provider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./translate.pipe";
import * as i2 from "./translate.directive";
export interface AswTranslateModuleConfig {
    loader?: Provider;
    compiler?: Provider;
    parser?: Provider;
    missingTranslationHandler?: Provider;
    isolate?: boolean;
    extend?: boolean;
    useDefaultLang?: boolean;
    defaultLanguage?: string;
}
export declare class AswTranslateModule {
    /**
     * Use this method in your root module to provide the TranslateService
     */
    static forRoot(config?: AswTranslateModuleConfig): ModuleWithProviders<AswTranslateModule>;
    /**
     * Use this method in your other (non root) modules to import the directive/pipe
     */
    static forChild(config?: AswTranslateModuleConfig): ModuleWithProviders<AswTranslateModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<AswTranslateModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<AswTranslateModule, [typeof i1.AswTranslatePipe, typeof i2.AswTranslateDirective], never, [typeof i1.AswTranslatePipe, typeof i2.AswTranslateDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<AswTranslateModule>;
}
