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