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