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