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