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