import { Rect } from "@scandit/web-datacapture-core"; import { nativeHandle } from "@scandit/web-datacapture-core/build/js/private/nativeHandle.js"; //#region src/main/api/LabelFieldLocation.d.ts declare class LabelFieldLocation { private [nativeHandle]; private constructor(); static of(location: Rect): Promise; static topLeft(): Promise; static topRight(): Promise; static bottomRight(): Promise; static bottomLeft(): Promise; static top(): Promise; static right(): Promise; static bottom(): Promise; static left(): Promise; static center(): Promise; static wholeLabel(): Promise; private static createWithType; } //#endregion export { LabelFieldLocation as t };