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