import { s as RectangularViewfinderAnimation } from "../../sdcCoreInternalSdkUiViewfinder-BoG0LyRj.js"; import { c as NativeProxyHandle, o as NativeProxy, s as NativeProxyAdapter } from "../../AdaptiveRecognitionResult-Clnk-SP8.js"; //#region src/main/worker/proxies/RectangularViewfinderAnimationProxy.d.ts declare class RectangularViewfinderAnimationProxy extends NativeProxyAdapter implements NativeProxy { create(isLooping: boolean): NativeProxyHandle; isLooping(handle: NativeProxyHandle): Promise; toJson(handle: NativeProxyHandle): Promise; getNativeImplementation(handle: NativeProxyHandle): RectangularViewfinderAnimation; } declare const _default: RectangularViewfinderAnimationProxy; //#endregion export { _default as default };