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