import { Component } from "../component.js"; import type { ISchematicNode } from "../types/schematic_types.js"; /** @internal */ export declare function buildProjectTree(groupedComponents: Map, nodes: ISchematicNode[], sheetName: string): string; //# sourceMappingURL=project_tree.d.ts.map