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