import * as _angular_core from '@angular/core'; import { ElementRef } from '@angular/core'; interface ReadMoreTranslate { readMore: string; readLess: string; } declare class ReadMoreComponent { intl: _angular_core.InputSignalWithTransform>; /** * Change the number of lines displayed when collapsed */ readonly lineClamp: _angular_core.InputSignal; /** * Prevent the component from closing by hiding the "Read less" button */ readonly openOnly: _angular_core.InputSignalWithTransform; /** * Change the background color under the "Read more / less" button */ readonly textFlow: _angular_core.InputSignalWithTransform; /** * Apply the spacing of the Text Flow component */ readonly surface: _angular_core.InputSignal; /** * Allow content to be passed via innerHTML */ readonly innerContent: _angular_core.InputSignal; labelReadMore: _angular_core.Signal; labelReadLess: _angular_core.Signal; label: _angular_core.Signal; readonly contentRef: _angular_core.Signal>; expanded: _angular_core.WritableSignal; isClamped: _angular_core.WritableSignal; readonly backgroundColor: _angular_core.Signal; readonly isInnerContentNil: _angular_core.Signal; constructor(); toggleExpanded(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { ReadMoreComponent };