import type { SortIconKey, Sorting } from './DataTable.types'; import type { ReactNode } from 'react'; export declare const SortIconMap: Record; export declare const getSortIcon: (sort?: Sorting) => string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;