import React from 'react'; import { PisellSortProps } from './type'; declare const PisellSort: (props: PisellSortProps) => React.JSX.Element; export default PisellSort;