import type { AccordionProps } from './types'; declare type TStyleProps = Pick; declare const _default: { DivStyled: import("styled-components").StyledComponent<"div", any, {}, never>; DivStyledContent: import("styled-components").StyledComponent<"div", any, {}, never>; H4Styled: import("styled-components").StyledComponent<"h4", any, {}, never>; HeaderStyled: import("styled-components").StyledComponent<"header", any, {}, never>; SectionStyled: import("styled-components").StyledComponent<"section", any, TStyleProps, never>; getThemeColor: (theme: string) => "#00D1AE" | "#0B72C4" | "#E95557" | "#EBBB00"; }; export default _default; //# sourceMappingURL=Accordion.styles.d.ts.map