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