import { PipeTransform } from '@angular/core'; import { EngieTemplateDirective, GenericElement } from '../directives/engie-template.directive'; import * as i0 from "@angular/core"; /** * Find template from Engie template directives with given selector */ export declare class EngieTemplateSelectorPipe implements PipeTransform { transform(templates: readonly EngieTemplateDirective[], selector: GenericElement): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }