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