import { FC } from 'react'; import { SortProps } from './type'; declare const Sort: FC; export default Sort;