/// import { type TableSortLabelProps as MuiTableSortLabelProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../../types'; export type TableSortLabelProps = WithoutEmotionSpecific; export declare const TableSortLabel: (props: TableSortLabelProps) => JSX.Element;