/**
 * A wrapper directive on top of the translate pipe as the inbuilt translate directive from ngx-translate is too verbose and buggy
 */
export declare class JhiTranslateComponent {
    jhiTranslate: string;
    translateValues: any;
}
