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