import type { Cell } from '@tanstack/react-table'; import * as React from 'react'; type DataTableDataCellProps = { cell: Cell, unknown>; }; export declare const DataTableDataCell: ({ cell }: DataTableDataCellProps) => React.JSX.Element; export {};