/**
 * Configuration service, provides default values for the AccordionComponent.
 */
import * as ɵngcc0 from '@angular/core';
export declare class AccordionConfig {
    /** Whether the other panels should be closed when a panel is opened */
    closeOthers: boolean;
    /** turn on/off animation */
    isAnimated: boolean;
    static ɵfac: ɵngcc0.ɵɵFactoryDef<AccordionConfig, never>;
}

//# sourceMappingURL=accordion.config.d.ts.map