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