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