import { HTMLAttributes } from 'react'; /** * @name CarouselSection * @description * A section showing real users testimonials about the product. * Using **CommentCarousel** (react-slick), and content from **bit-testimonials**. * Assumes the consuming component to supply className with width and other styles. */ export declare function CarouselSection(props: HTMLAttributes): JSX.Element;