import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ReadMorePipe implements PipeTransform { /** * It takes a string as an argument, and returns a boolean * @param {string} value - the id of the element you want to check the height of * @param {number} [height=126] - number = 126 * @returns A boolean value. */ transform(value: string, height?: number): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }