export declare const schematic_template = "\n(kicad_sch\n\t(version 20250114)\n\t(generator \"typecad\")\n\t(generator_version \"0.1.0\")\n\t(paper \"A4\")\n (uuid \"{{{uuid}}}\")\n\n (lib_symbols\n\t{{#each lib_symbols}}\n {{this}}\n {{/each}}\n )\n\n\t{{#each wires}}\n\t{{this}}\n\t{{/each}}\n\n\t{{#each labels}}\n\t{{this}}\n\t{{/each}}\n\n\t{{#each symbols}}\n {{this}}\n {{/each}}\n\n\t(sheet_instances\n\t\t(path \"/\"\n\t\t\t(page \"1\")\n\t\t)\n\t)\n\t(embedded_fonts no)\n)"; export declare const label_template = "\n\t\t(label \"{{{net_name}}}\"\n\t\t\t(at {{{x}}} {{{y}}} {{{label_rotation}}})\n\t\t\t(effects\n\t\t\t\t(font\n\t\t\t\t\t(size 1.27 1.27)\n\t\t\t\t)\n\t\t\t\t(justify {{{justify_horizontal}}} {{{justify_vertical}}})\n\t\t\t)\n\t\t\t(uuid \"{{{uuid}}}\")\n\t\t)\n"; //# sourceMappingURL=schematic_templates.d.ts.map