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