import React from 'react'; import { DataTableCellProps } from '@epam/uui-core'; export declare function DataTableCell(props: DataTableCellProps): React.JSX.Element; //# sourceMappingURL=DataTableCell.d.ts.map