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