/** * Renders visual containers for logical groups (nodes with descendants). * Containers are purely decorative: dashed rounded rectangles behind nodes. * They use world coordinates and inherit camera transform. */ export declare function GroupContainersLayer(): import("react/jsx-runtime").JSX.Element;