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