import { Component } from "../component.js"; import type { IVia } from "./pcb_interfaces.js"; export declare function createVia(offset: { x: number; y: number; }, stageFn: (component: Component) => void, options?: Omit): Component; //# sourceMappingURL=pcb_via.d.ts.map