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