import { type RefObject } from 'react'; import { type VirtualWindow } from '../engine'; export declare function useVirtualScroller(containerRef: RefObject, rowHeight: number, totalRows: number, overscan?: number): { virtualWindow: VirtualWindow; handleScroll: () => void; }; //# sourceMappingURL=useVirtualScroller.d.ts.map