import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * USAGE: * value | truncate: numberOfWords: hasDots * * EXAMPLE: * ipsul lorel kepto | truncate: 2 : true */ export declare class TruncatePipe implements PipeTransform { transform(value: string, numberOfWords?: number, hasDots?: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }