import * as React from 'react'; declare const useScrollTo: (ref: React.MutableRefObject) => [(val?: boolean) => void]; export default useScrollTo;