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