export interface IBoundingBox { x: number; y: number; width: number; height: number; left: number; top: number; right: number; bottom: number; }