/** * The NgbCollapse directive provides a simple way to hide and show an element with animations. */ export declare class NgbCollapse { /** * A flag indicating collapsed (true) or open (false) state. */ collapsed: boolean; }