import { Row } from "../../../types"; declare const useSyncScroll: (rows: Row[]) => { contentRef: import("react").RefObject; bodyRef: import("react").RefObject; stickyCols: import("react").MutableRefObject; }; export default useSyncScroll;