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