/// import { TableSortLabelProps as MuiTableSortLabelProps } from "@mui/material/TableSortLabel"; export interface TableSortLabelProps extends MuiTableSortLabelProps { } declare const TableSortLabel: React.FC; export default TableSortLabel;