import { type RowData, type TableFeatures } from "./index"; import "./sv-grid-scrollbar"; export declare function createScrollSync(ctx: any): { showTooltipFor: (el: HTMLElement, text: string) => void; hideTooltip: () => void; flushScheduledScrollSync: () => void; scheduleScrollSync: (scrollTop: number, scrollLeft: number) => void; onBodyScroll: (event: Event) => void; };