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