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