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