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