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