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