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