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