import { z } from 'zod'; export declare const MarkerAnnotationDataSchema: z.ZodObject<{ position: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; x: z.ZodNumber; y: z.ZodNumber; zoom: z.ZodNumber; imageUrl: z.ZodNullable>; label: z.ZodOptional; description: z.ZodOptional; href: z.ZodOptional; target: z.ZodDefault>; showLabel: z.ZodDefault>; }, z.core.$strip>; export declare const AnnotationDataSchema: z.ZodObject<{ position: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>; x: z.ZodNumber; y: z.ZodNumber; zoom: z.ZodNumber; imageUrl: z.ZodNullable>; label: z.ZodOptional; description: z.ZodOptional; href: z.ZodOptional; target: z.ZodDefault>; showLabel: z.ZodDefault>; }, z.core.$strip>; export type MarkerAnnotationDataInput = z.input; export type MarkerAnnotationDataModel = z.infer; export type AnnotationDataInput = z.input; export type AnnotationDataModel = z.infer; //# sourceMappingURL=annotation-data.schema.d.ts.map