import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core'; import { AtlasTranslateService } from './translate.service'; import * as i0 from "@angular/core"; export declare class AtlasTranslatePipe implements PipeTransform, OnDestroy { private translate; private _ref; value: string; private onTranslationChange; constructor(translate: AtlasTranslateService, _ref: ChangeDetectorRef); transform(key: string, ...args: any[]): any; private _dispose; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }