import * as i0 from '@angular/core'; import { AfterContentInit, EventEmitter } from '@angular/core'; import * as i1 from '@sbb-esta/angular/core'; declare class SbbTextexpandCollapsed { /** Describes if textexpand-collapsed is hidden or not. Initially it isn't hidden. */ _hidden: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SbbTextexpandExpanded { /** Describes if textexpand-expanded is hidden or not. Initially it is hidden. */ _hidden: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SbbTextexpand implements AfterContentInit { _labelShowLess: string; _labelShowMore: string; /** Describes if text content is expanded or not. Initially is collapsed. */ isExpanded: boolean; /** Identifier of the textexpand component. */ id: string; /** Event activated at the expansion of the text. */ expandEvent: EventEmitter; /** Refers to the textexpand-collapsed component instance. */ collapsedComponent: SbbTextexpandCollapsed; /** Refers to the textexpand-expanded component instance. */ expandedComponent: SbbTextexpandExpanded; toggleExpanded(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SbbTextexpandModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SbbTextexpand, SbbTextexpandCollapsed, SbbTextexpandExpanded, SbbTextexpandModule };