import type { ICarouselInstance } from 'react-native-reanimated-carousel'; type CarouselPaginationScrollAction = NonNullable[0]>; /** * Resolves the shortest `scrollTo` action for pagination dot presses. * * In loop mode the library's absolute `scrollTo({ index })` can animate through every * slide when the current index is past the halfway point of the loop buffer (e.g. index 2 → 3 * with four items). Relative `count` navigation avoids that wrap-around path. */ export declare function resolveCarouselPaginationScrollAction(currentIndex: number, targetIndex: number, dataLength: number, loop: boolean): CarouselPaginationScrollAction | null; export {}; //# sourceMappingURL=paginationNavigation.d.ts.map