import { PipeTransform } from '@angular/core'; export declare class EllipsisPipe implements PipeTransform { transform(str: string, strLength?: number): any; }