export interface BoundingBox { top: number; bottom: number; left: number; right: number; }