import * as i0 from '@angular/core'; import { PipeTransform, TemplateRef } from '@angular/core'; /** * https://icongr.am */ declare class IconGrPipe implements PipeTransform { transform(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } /** * @deprecated in favor of standalone api, so please use direclty the pipe as a standalone. Will be removed in/after v18 */ declare class IconGrPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class IsObject implements PipeTransform { transform(value: any): value is object; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class IsStringPipe implements PipeTransform { transform(value: any): value is string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class IsTemplatePipe implements PipeTransform { transform(value: any): value is TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class LengthPipe implements PipeTransform { transform(value: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } /** * @deprecated in favor of standalone api, so please use direclty the pipe as a standalone. Will be removed in/after v18 */ declare class LengthPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class SafePipe implements PipeTransform { private readonly sanitiner; transform(input: string | null, type: 'url' | 'html' | 'style' | 'script' | 'resource'): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } /** * @deprecated in favor of standalone api, so please use direclty the pipe as a standalone. Will be removed in/after v18 */ declare class SafePipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { IconGrPipe, IconGrPipeModule, IsObject, IsStringPipe, IsTemplatePipe, LengthPipe, LengthPipeModule, SafePipe, SafePipeModule };