import React from 'react'; import type { TableCellProps } from './types'; /** @deprecated Use `DataTable` from `data-table` instead. */ export declare function TableCell({ children, align, className, width }: TableCellProps): React.JSX.Element; //# sourceMappingURL=table-cell.d.ts.map