export declare type BoundingBox = { left: number; top: number; width: number; height: number; };