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