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