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