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