import { Rect } from '@scandit/web-datacapture-core'; import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js'; 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; } export { LabelFieldLocation };