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