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