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