import { PipeTransform, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsTemplatePipe implements PipeTransform { transform(value: any): value is TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }