import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ArrowsRightLeft: import("svelte").Component; type ArrowsRightLeft = ReturnType; export default ArrowsRightLeft; //# sourceMappingURL=arrows-right-left.svelte.d.ts.map