import type { HighTableProps } from '../../types.js'; type SliceProps = Pick; export default function Slice({ overscan, onDoubleClickCell, onError, onKeyDownCell, onMouseDownCell, renderCellContent, stringify, }: SliceProps): import("react/jsx-runtime").JSX.Element | undefined; export {};