import { CallbackEvent } from './interfaces'; import { FreeGrid } from '.'; export declare function scrollEvent(freeGrid: FreeGrid, rowPositionCache: { i: number; }[]): (e: CallbackEvent) => void;