/// import type { ISection } from '../../types'; declare function ContentsCarouselSection({ ...props }: ISection): JSX.Element; export default ContentsCarouselSection;