/** * A hook that can be used to control horizontal scroll position of an element * @param scrollDuration How long it takes to scroll to the next click (transition) * @returns A ref to pass to the container */ export declare function useHorizontalScroll(scrollDuration?: number): (el: T | null) => void; //# sourceMappingURL=useHorizontalScroll.d.ts.map