import { AfterViewInit, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ConfiguratorShowMoreComponent implements AfterViewInit { protected cdRef: ChangeDetectorRef; showMore: boolean; showHiddenText: boolean; textToShow: string; textNormalized: string; text: string; textSize: number; constructor(cdRef: ChangeDetectorRef); ngAfterViewInit(): void; toggleShowMore(): void; protected normalize(text?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }