import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TruncatedTextToggleComponent implements OnInit { data: string; maximum: number; showData: string; showExpandMoreBtn: boolean; showCollapseBtn: boolean; constructor(); ngOnInit(): void; showAll(): void; collapse(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }