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