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