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