type ThemeAccordion = { textLabel: string; textBody: string; textCta: string; border: string; iconFill: string; }; declare const themeAccordion: ThemeAccordion; /** @deprecated Use `themeAccordion` and component `theme` prop instead of emotion's `ThemeProvider` */ declare const accordionThemeDefault: { accordion: { textPrimary: "#121212"; borderPrimary: "#999999"; }; }; export { accordionThemeDefault, themeAccordion }; export type { ThemeAccordion };