import { TFunction } from 'i18next'; export declare const getIconNameForTheadCell: (isSorted: boolean, isSortedAscending: boolean) => "ArrowUp" | "ArrowDown" | "ArrowUpDown"; export declare const getAriaLabelForTheadCell: (name: string | JSX.Element, fieldName: string, isSorted: boolean, isSortedAscending: boolean, t: TFunction) => string;