import React from 'react'; declare const useScrollSync: (first: React.RefObject, ...others: React.RefObject[]) => void; export default useScrollSync;