import type { IconProps } from '@shopgate/pwa-common/components/Icon'; export interface ArrowIconProps extends Omit { shadow?: boolean; } /** * The arrow icon component. */ declare const ArrowIcon: ({ shadow, ...props }: ArrowIconProps) => import("react/jsx-runtime").JSX.Element; export default ArrowIcon; //# sourceMappingURL=ArrowIcon.d.ts.map