import React from 'react'; import { TableSortLabelProps } from '@mui/material/TableSortLabel'; declare const TableSortLabel: React.FC; export default TableSortLabel;