/** The position and dimensions of an SVG view box. */ export interface ViewBox { x: number; y: number; width: number; height: number; }