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