import { c as ZoomGestureJSON, n as FocusGestureJSON, s as ZoomGesture, t as FocusGesture } from "../DataCaptureViewPlusRelated-BFPg6fO1.js"; //#region src/main/defaults/DefaultsDeserializers.d.ts declare class PrivateFocusGestureDeserializer { static fromJSON(json: FocusGestureJSON | null): FocusGesture | null; } declare class PrivateZoomGestureDeserializer { static fromJSON(json: ZoomGestureJSON | null): ZoomGesture | null; } //#endregion export { PrivateFocusGestureDeserializer, PrivateZoomGestureDeserializer };