import type { Context } from '../context/context.js'; import type { SvgNode } from '../nodes/svgnode.js'; import type { Rect } from './geometry.js'; export declare function getBoundingBoxByChildren(context: Context, svgnode: SvgNode): number[]; export declare function defaultBoundingBox(element: Element, context: Context): Rect; //# sourceMappingURL=bbox.d.ts.map