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