import { PipeTransform } from '@angular/core';
import { TrOptions } from 'easy-i18n-js';
import * as i0 from "@angular/core";
export declare class TrPipe implements PipeTransform {
    transform(text: string, options?: TrOptions): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TrPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TrPipe, "tr", true>;
}
