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