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