import { ChangeDetectorRef, PipeTransform } from '@angular/core'; import { TranslocoScope, TranslocoService } from '@jsverse/transloco'; import { Destroyable } from '@mosaic-design/infosec-components/core-components/common'; import { LocalizationItem } from '@mosaic-design/infosec-components/types'; import * as i0 from "@angular/core"; export declare class IcFirstExistingTranslatePipe extends Destroyable implements PipeTransform { #private; private translocoService; private translocoScopes; private changeDetectorRef; constructor(translocoService: TranslocoService, translocoScopes: TranslocoScope[] | null, changeDetectorRef: ChangeDetectorRef); private isTranslateExists$; transform(items: LocalizationItem[] | undefined): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }