/// import { IconProps } from '../../types'; declare const Sort: (allProps: IconProps) => JSX.Element; export default Sort;