import React from 'react'; import { PisellDropSortProps } from './types'; import './PisellDropSort.less'; declare const PisellDropSort: React.FC; export default PisellDropSort;