import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsLanguageSelectorComponent implements OnChanges { languages: string[]; currentLanguage: string; showLabelTitle: boolean; flagOnly: boolean; tooltip: string; languageChanged: EventEmitter; selectedLang: string; ngOnChanges(changes: SimpleChanges): void; toggleLang(): void; matchSelected(): string; standardLang(code: string): string; flagClass(lang: string): string; private standardise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }