import { OnInit } from '@angular/core'; export declare class NgaReadMoreComponent implements OnInit { text: string; textLength: number; linkColor: string; showMoreText: string; hide: boolean; showOnlyText: boolean; constructor(); ngOnInit(): void; toggleLength(): void; getLength(): number; }