import * as i0 from '@angular/core'; /** * A component that provides collapse and expand functionality. */ declare class CollapseComponent { /** * Indicates whether the host element is collapsed. * @model */ readonly collapsed: i0.InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class CollapseModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { CollapseComponent, CollapseModule };