import { t as BarcodeFind } from "./BarcodeFind-BxTFN3aw.js"; import { DataCaptureView, Optional } from "@scandit/web-datacapture-core"; import { Serializable } from "@scandit/web-datacapture-core/build/js/private/Serializable"; //#region src/main/find/BarcodeFindBasicOverlay.d.ts interface BarcodeFindBasicOverlayJSON { type: string; shouldShowScanAreaGuides: boolean; shouldShowHint: boolean; userGuidanceEnabled: boolean; textForAllItemsFoundSuccessfullyHint: string | null; textForPointAtBarcodesToSearchHint: string | null; textForMoveCloserToBarcodesHint: string | null; textForTapShutterToPauseScreenHint: string | null; textForTapShutterToResumeScreenHint: string | null; textForItemListUpdatedHint: string | null; textForItemListUpdatedWhenPausedHint: string | null; } declare class BarcodeFindBasicOverlay implements Serializable { private type; private shouldShowScanAreaGuides; private userGuidanceEnabled; private barcodeFind; private view; private textForAllItemsFoundSuccessfullyHint; private textForPointAtBarcodesToSearchHint; private textForMoveCloserToBarcodesHint; private textForTapShutterToPauseScreenHint; private textForTapShutterToResumeScreenHint; private textForItemListUpdatedHint; private textForItemListUpdatedWhenPausedHint; private shouldShowHint; static withBarcodeFind(barcodeFind: BarcodeFind, view: Optional): Promise; setShouldShowScanAreaGuides(value: boolean): Promise; getShouldShowScanAreaGuides(): boolean; setUserGuidanceEnabled(enable: boolean): Promise; setTextForAllItemsFoundSuccessfullyHint(text: string): Promise; setTextForPointAtBarcodesToSearchHint(text: string): Promise; setTextForMoveCloserToBarcodesHint(text: string): Promise; setTextForTapShutterToPauseScreenHint(text: string): Promise; setTextForTapShutterToResumeScreenHint(text: string): Promise; setTextForItemListUpdatedHint(text: string): Promise; setTextForItemListUpdatedWhenPausedHint(text: string): Promise; setShouldShowHint(enable: boolean): Promise; toJSONObject(): BarcodeFindBasicOverlayJSON; private notify; } //#endregion export { BarcodeFindBasicOverlayJSON as n, BarcodeFindBasicOverlay as t };