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