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