import React from 'react';
import { SortKey } from '../types';
export interface SortIndicatorProps {
    currentSort?: SortKey;
    accessor?: string;
}
declare const SortIndicator: React.FC<SortIndicatorProps>;
export { SortIndicator };
//# sourceMappingURL=SortIndicator.d.ts.map