import { IconProps } from '../Icon'; declare function SvgSort(props: IconProps): JSX.Element; export default SvgSort;