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