interface Props { size?: number; [key: string]: any; } declare const IconDownload: import("svelte").Component; type IconDownload = ReturnType; export default IconDownload;