import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconShootingStarFill: import("svelte").Component<$$ComponentProps, {}, "">; type IconShootingStarFill = ReturnType; export default IconShootingStarFill;