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