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