/** * A directive to provide a simple way of hiding and showing elements on the page. */ import * as ɵngcc0 from '@angular/core'; export declare class NgbCollapse { /** * If `true`, will collapse the element or show it otherwise. */ collapsed: boolean; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=collapse.d.ts.map