import type { Attribs } from "./api.js"; /** * Creates a new SVG group element in hiccup format. * * @remarks * If the given attribs contain a `__inkscapeLayer` value (layer name), it will * be auto-converted into the correct set of attributes to define that group as * Inkscape layer. * * @param attribs * @param body */ export declare const group: (attribs: Attribs, ...body: any[]) => any[]; /** @internal */ export declare const __groupLayerID: (attribs: Attribs) => Attribs; //# sourceMappingURL=group.d.ts.map