import * as React from 'react';
export interface SortIconProps extends React.SVGProps<SVGSVGElement> {
    isUp?: boolean;
}
declare const SortIcon: import("styled-components").StyledComponent<(props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, SortIconProps, never>;
export { SortIcon };
//# sourceMappingURL=SortIcon.d.ts.map