import type { LayoutItem } from '../types'; import { BBox } from '../../bbox'; export declare function getItemsBBox(items: LayoutItem[]): BBox;