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