import React from 'react'; import { Props } from './types'; import './index.scss'; declare const SortColumn: React.FC; export default SortColumn;