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