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