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