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