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