import { SVGProps } from "react"; declare const SvgSort: (props: SVGProps) => JSX.Element; export default SvgSort;