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