import type { IconProps } from './icon.context.js'; declare const FolderTreeIcon: import("svelte").Component; type FolderTreeIcon = ReturnType; export default FolderTreeIcon;