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