import { CellContext } from '@tanstack/react-table'; export declare function DefaultCell({ getValue, renderValue }: CellContext): JSX.Element;