import { h as Viewfinder$1 } from "../sdcCoreInternalSdkUiViewfinder-BoG0LyRj.js"; import { AimerViewfinderJSON, RectangularViewfinderJSON } from "@scandit/web-datacapture-core"; //#region src/main/private/viewfinderTranslator.d.ts declare function nativeViewfinderFromJSON(json: AimerViewfinderJSON | RectangularViewfinderJSON): Promise; //#endregion export { nativeViewfinderFromJSON };