import { InjectionToken } from '@angular/core';
export declare const LPX_TRANSLATE_KEY_MAP_TOKEN: InjectionToken<{
    [key: string]: string;
}>;
