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