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