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