import { PipeTransform } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class DynamicTranslatePipe implements PipeTransform { private translate; constructor(translate: TranslateService); transform(key: string, args: any): unknown; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=dynamic-translate.pipe.d.ts.map