/// import { CellProps } from './VirtualizedGridTypes.js'; export declare function Cell({ renderCell, column, row, focus }: CellProps): JSX.Element;