import { OnInit } from '@angular/core'; import { Language } from '../../../../forms/page/widgets/languages'; import * as i0 from "@angular/core"; export declare class LanguageWidgetViewComponent implements OnInit { widget: Language; widgetValue: string; constructor(); ngOnInit(): void; ChangeValueToLanguageName(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }