import type { OnDestroy, PipeTransform } from '@angular/core';
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
import * as i0 from "@angular/core";
export declare class TuiFieldErrorContentPipe implements PipeTransform, OnDestroy {
    private readonly injector;
    private readonly localInjector;
    private readonly asyncPipe;
    private readonly fieldErrorPipe;
    transform(order: readonly string[]): PolymorpheusContent;
    ngOnDestroy(): void;
    private getErrorContent;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiFieldErrorContentPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TuiFieldErrorContentPipe, "tuiFieldErrorContent", true>;
}
