/// <reference types="react" />
import { TableSelection } from "@devexpress/dx-react-grid-material-ui";
declare function TableSelectionCellComponent(props: TableSelection.CellProps): JSX.Element;
export default TableSelectionCellComponent;
