export interface IBoundingBox {
    x: number;
    y: number;
    width: number;
    height: number;
}
//# sourceMappingURL=IBoundingBox.d.ts.map