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