import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The sort icon component. */ declare const Sort: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default Sort; //# sourceMappingURL=SortIcon.d.ts.map