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