import { default as React } from 'react'; import { CustomTableSortLabelProps } from './types'; declare const TableSortLabel: React.FC; export default TableSortLabel;