/// <reference types="react" />
declare const SortVertical: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default SortVertical;
