import React from 'react'; export type TableCellSortIconProps = { direction?: React.TdHTMLAttributes['aria-sort']; }; export declare const TableCellSortIcon: React.MemoExoticComponent< ({ direction }: TableCellSortIconProps) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=TableCellSortIcon.d.ts.map