import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ReadMoreComponent implements OnInit { stringToCut: string; properties: ReadMoreRestrictions; contentExpanded: boolean; truncatedString: string; showTooltip: boolean; showToggleButton: boolean; ngOnInit(): void; get height(): string; toggleExpansion(more: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ReadMoreRestrictions { height: number | null; symbols: number | null; matButtonShowMore: boolean; }