/** * A configuration service for the [NgbAccordion](#/components/accordion/api#NgbAccordion) component. * * You can inject this service, typically in your root component, and customize its properties * to provide default values for all accordions used in the application. */ import * as ɵngcc0 from '@angular/core'; export declare class NgbAccordionConfig { closeOthers: boolean; type: string; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; } //# sourceMappingURL=accordion-config.d.ts.map