import { FC } from 'react'; import { ButtonBaseProps } from '@mui/material'; /** * TableSortLabel.IconComponent that is replaced with IconButton */ export declare const TableSortLabelIcon: FC;