/**
* Configuration service, provides default values for the AccordionComponent.
*/export declare classAccordionConfig {
/** Whether the other panels should be closed when a panel is opened */
closeOthers: Boolean;
/** turn on/off animation */
isAnimated: Boolean;
}