import { default as React } from 'react';
import { IconStyles } from './types';
interface SortIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const SortIcon: React.FC<SortIconProps>;
export default SortIcon;
//# sourceMappingURL=Sort.d.ts.map