import { FloatWithUnit } from '../../djinni-types/sdcCoreCommonGeometry.js'; import { SizeWithUnitAndAspect } from '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js'; import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js'; import { RectangularViewfinder, RectangularViewfinderStyle, RectangularViewfinderLineStyle, RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js'; import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js'; import '../../djinni-types/sdcCoreCommonGraphic.js'; import '@scandit/web-datacapture-barcode'; import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated'; import '../../djinni-types/sdcBarcodeInternalSdkData.js'; import '../../djinni-types/sdcBarcodeData.js'; import '../../djinni-types/sdcCoreCommonBuffer.js'; import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js'; import '../../djinni-types/sdcSymbologySettings.js'; import '../../djinni-types/sdcCoreInternalSdkArea.js'; import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js'; import '../../djinni-types/sdcCoreInternalSdkOcr.js'; import '../../djinni-types/sdcCoreCommon.js'; import '../../djinni-types/sdcLabelData.js'; import '../../djinni-types/sdcLabelInternalModuleData.js'; import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js'; import '../../djinni-types/sdcCoreInternalSdkCapture.js'; import '../../djinni-types/sdcCoreInternalSdkUiStyle.js'; import '@scandit/web-datacapture-core'; import '../../api/AdaptiveRecognitionMode.js'; import '../../api/CapturedLabel.js'; import '../../api/LabelField.js'; import '../../api/LabelFieldState.js'; import '../../api/LabelFieldType.js'; import '../../api/LabelFieldValueType.js'; import '../../api/LabelDateResult.js'; import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js'; import '../../api/LabelCaptureSession.js'; import '../../api/LabelDateFormat.js'; import '../../api/LabelDateComponentFormat.js'; import '../../api/LabelFieldLocationType.js'; import '../../api/ReceiptScanningLineItem.js'; import '../../api/ValidationFlowField.js'; declare class RectangularViewfinderProxy extends NativeProxyAdapter implements NativeProxy { handle: NativeProxyHandle; create(): NativeProxyHandle; createForStyles(style: RectangularViewfinderStyle, lineStyle: RectangularViewfinderLineStyle): NativeProxyHandle; setWidthAndHeight(handle: NativeProxyHandle, width: FloatWithUnit, height: FloatWithUnit): Promise; setWidthAndAspectRatio(handle: NativeProxyHandle, width: FloatWithUnit, heightToWidthAspect: number): Promise; setHeightAndAspectRatio(handle: NativeProxyHandle, width: FloatWithUnit, widthToHeightAspect: number): Promise; setShorterDimensionAndAspectRatio(handle: NativeProxyHandle, shorterDimension: number, aspect: number): Promise; getSizeWithUnitAndAspect(handle: NativeProxyHandle): Promise; setColor(handle: NativeProxyHandle, color: Color): Promise; getColor(handle: NativeProxyHandle): Promise; setDisabledColor(handle: NativeProxyHandle, color: Color): Promise; getDisabledColor(handle: NativeProxyHandle): Promise; getStyle(handle: NativeProxyHandle): Promise; setAnimation(handle: NativeProxyHandle, animation: RectangularViewfinderAnimation | undefined): Promise; getAnimation(handle: NativeProxyHandle): Promise; setDimming(handle: NativeProxyHandle, dimming: number): Promise; getDimming(handle: NativeProxyHandle): Promise; setDisabledDimming(handle: NativeProxyHandle, dimming: number): Promise; getDisabledDimming(handle: NativeProxyHandle): Promise; getLineStyle(handle: NativeProxyHandle): Promise; } declare const _default: RectangularViewfinderProxy; export { _default as default };