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