import { TableVirtualizationOptions } from '../../types/TableSchema'; export declare function useTableVirtualization(options: TableVirtualizationOptions): { list: import('vue').ComputedRef[]>; containerProps: { ref: import('vue').Ref; onScroll: () => void; style: import('vue').StyleValue; }; wrapperProps: import('vue').ComputedRef<{ style: { width: string; height: string; marginTop: string; } | { width: string; height: string; marginLeft: string; display: string; }; }>; scrollTo: (index: number) => void; lastItemEl: import('vue').Ref; registerLastItemObserver: () => Promise; }; //# sourceMappingURL=useTableVirtualization.d.ts.map