import { RefObject } from 'react';
export declare function useScrollSync(refs: Array<RefObject<any>>, disabled?: boolean): void;
