/// import type { CB_CONTENTS_CAROUSEL } from '../../../../../../../DynamicLayout/sections/CustomSection/types'; import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types'; type Props = CB_BTN_PROPERTIES_TYPE & IndexForIntersection & { compositions: CB_CONTENTS_CAROUSEL['compositions']; }; declare function ContentsCarousel(props: Props): JSX.Element; export default ContentsCarousel;