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