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