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