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