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