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