type UseCarouselOptions = { scrollThresholdPercentage?: number; onScrollThresholdReached?: () => void; debounceMs?: number; }; export declare function useCarousel(options?: UseCarouselOptions): { showStartButton: boolean; showEndButton: boolean; scrollToStart: () => void; scrollToEnd: () => void; scrollerRef: import("react").RefObject; }; export {}; //# sourceMappingURL=useCarousel.d.ts.map