export interface accordionThemeInterface { borderWrapper: string; borderTopItem: string; borderTopBody: string; backgroundHeader: string; backgroundBody: string; fontSizeHeader: string; fontSizeBody: string; paddingRightTitle: string; paddingHeader: string; paddingBody: string; }