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