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