import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import * as i4 from 'hslayers-ng/common/panels'; import { HsPanelBaseComponent } from 'hslayers-ng/common/panels'; import * as i2 from '@angular/forms'; import * as i3 from '@angular/common'; import * as i1 from '@ngx-translate/core'; declare class HsLanguageComponent extends HsPanelBaseComponent implements OnInit { private hsLanguageService; private hsConfig; availableLanguages: any; name: string; constructor(); ngOnInit(): void; /** * Check if provided language is active language * @param langCode - Language code * @returns True, if current language is active */ isCurrentLang(langCode: string): boolean; /** * Set UI language to provided one * @param langCode - Language code */ setLanguage(langCode: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class HsLanguageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class TranslateTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { HsLanguageComponent, HsLanguageModule, TranslateTestingModule };