import { RefObject } from 'react'; export declare const useSmoothScroll: (scrollContainerRef: RefObject) => void;