import { SizeWithUnitAndAspectJSON } from "@scandit/web-datacapture-core"; //#region src/main/private/PrivateRectangularLocationSelectionJSON.d.ts interface PrivateRectangularLocationSelectionJSON { type: "rectangular"; size: SizeWithUnitAndAspectJSON; } //#endregion export { PrivateRectangularLocationSelectionJSON };