import * as React from 'react'; interface ISortIcon { isSorted: boolean; isDescending?: boolean; } export declare const SortIcon: ({ isSorted, isDescending }: ISortIcon) => React.JSX.Element; export {}; //# sourceMappingURL=SortIcon.d.ts.map