import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; declare class DecodeURIPipe implements PipeTransform { transform(encodedString: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class DefaultPipe implements PipeTransform { transform(value: any, defaultValue: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class GroupByPipe implements PipeTransform { transform(input: any, prop: string): Array; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class HighlightPipe implements PipeTransform { transform(value: any, term: any): any; escapeRegexp(queryToEscape: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } type IsoDateRangeArgs = (string | Date)[]; declare class IsoDateRangePipe implements PipeTransform { constructor(); transform(dates: IsoDateRangeArgs): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class IsoDatePipe implements PipeTransform { constructor(); transform(date: string | Date): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } type IsoTimeRangeArgs = (string | Date)[]; declare class IsoTimeRangePipe implements PipeTransform { constructor(); transform(dates: IsoTimeRangeArgs): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class IsoTimePipe implements PipeTransform { constructor(); transform(date: string | Date): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class PluralPipe implements PipeTransform { transform(value: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NovoPipesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DecodeURIPipe, DefaultPipe, GroupByPipe, HighlightPipe, IsoDatePipe, IsoDateRangePipe, IsoTimePipe, IsoTimeRangePipe, NovoPipesModule, PluralPipe };