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