import React from 'react'; import { SortListProps } from './types'; import './index.less'; declare const Sort: React.FC; export default Sort;