import { default as React } from 'react'; import { SortState, TableColumn } from '../types'; type Props = { column: TableColumn; sortState: SortState; }; export declare function SortIcon({ column, sortState }: Props): React.JSX.Element; export {}; //# sourceMappingURL=SortIcon.d.ts.map