import { AccordionItemProps, AccContainerProps, AccItemHeadingProps, TitleProps, ItemContentProps, AccImgPreviewProps, AccIconProps } from './types'; declare const AccContainer: import("styled-components").StyledComponent<"div", any, AccContainerProps, never>; declare const AccordionItem: import("styled-components").StyledComponent<"div", any, AccordionItemProps, never>; declare const ListItem: import("styled-components").StyledComponent<"li", any, {}, never>; declare const AccItemHeading: import("styled-components").StyledComponent<"button", any, AccItemHeadingProps, never>; declare const AccImgPreview: import("styled-components").StyledComponent<"div", any, AccImgPreviewProps, never>; declare const AccTitle: import("styled-components").StyledComponent<"h4", any, TitleProps, never>; declare const AccIcon: import("styled-components").StyledComponent<"div", any, AccIconProps, never>; declare const AccItemContent: import("styled-components").StyledComponent<"div", any, ItemContentProps, never>; export { AccContainer, AccordionItem, ListItem, AccItemHeading, AccImgPreview, AccTitle, AccIcon, AccItemContent, };