import * as React from 'react'; import { DataTableCellProps as UuiCoreDataTableCellProps, Overwrite } from '@epam/uui-core'; import { DataRowAddonsProps } from '../widgets'; import type { DataTableCellMods } from './types'; import './variables.scss'; export interface DataTableCellModsOverride { } export interface DataTableCellProps extends UuiCoreDataTableCellProps, Pick, 'renderDragHandle'>, Overwrite { } export declare function DataTableCell(initialProps: DataTableCellProps): React.JSX.Element; //# sourceMappingURL=DataTableCell.d.ts.map