import type { ComponentInit } from "../component.js"; import type { ISchematicNode } from "../types/schematic_types.js"; export declare function renderComp(data: ComponentInit): string; export declare function renderNets(nets: ISchematicNode[]): string; export declare function renderNetlist(data: { components: string[]; nets: string[]; }): string; //# sourceMappingURL=sexp_renderers.d.ts.map