import type { IconProps } from './icon.context.js'; declare const ArrowLeftRightIcon: import("svelte").Component; type ArrowLeftRightIcon = ReturnType; export default ArrowLeftRightIcon;