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