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