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