import z from 'zod'; export declare const contactPersonCreateExistingFormSchema: z.ZodObject<{ email: z.ZodNullable, z.ZodEmail]>>; existingContactPerson: z.ZodObject<{ label: z.ZodString; value: z.core.$ZodBranded; }, z.core.$strip>; mobile: z.ZodNullable; phone: z.ZodNullable; position: z.ZodString; }, z.core.$strip>; export type ContactPersonCreateExistingForm = z.infer;