import * as React from 'react'; import { ITableSortLabelProps } from './TableSortLabel.props'; export declare const TableSortLabel: React.ForwardRefExoticComponent>> & React.RefAttributes>; export default TableSortLabel;