import type { SVGAttributes } from 'react'; export default function IconSort({ variant, ...props }: { variant?: 'ascending' | 'descending' | 'inactive'; } & SVGAttributes): JSX.Element;