import { InjectionToken } from '@angular/core'; export declare const LOCALIZATION_DATA: InjectionToken; export declare const FORM_ERROR_LOCALIZATION: InjectionToken; export declare const FORM_ERROR_LIST: InjectionToken; export declare const LOCALIZATION_DATA_LIST: InjectionToken; export declare const CURRENT_LANG: InjectionToken;