/// import type IconType from '../IconType'; declare const Sort: ({ color, size, ...rest }: IconType) => JSX.Element; export default Sort;