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