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