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