import type { HighTableProps } from '../types.js';
type Props = Pick<HighTableProps, 'onError' | 'overscan'>;
/**
 * Fetch the required cells (visible + overscan).
 */
export declare function useFetchCells({ overscan, onError }: Props): void;
export {};
