import * as React from 'react';
import { SortIndicatorSvgProps } from './SortIndicatorSvg';
declare const SortIndicatorUpSvg: ({ size, color, style }: SortIndicatorSvgProps) => React.JSX.Element;
export default SortIndicatorUpSvg;
//# sourceMappingURL=SortIndicatorUpSvg.d.ts.map