/// import { IconProps } from '.'; declare const SvgSortDesc: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgSortDesc;