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