import * as i0 from "@angular/core"; /** * A component that provides collapse and expand functionality. */ export declare class CollapseComponent { /** * Indicates whether the host element is collapsed. * @model */ collapsed: import("@angular/core").ModelSignal; /** Animation timings for collapse/expand animations. * @input */ timings: import("@angular/core").InputSignal; private get _collapseExpand(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }