import * as z from "zod"; export declare const UserProfileTabSchema: z.ZodObject<{ id: z.ZodString; newsletterSubscription: z.ZodBoolean; profile: z.ZodOptional; displayName: z.ZodOptional; companyName: z.ZodOptional; bio: z.ZodOptional; publicEmail: z.ZodOptional; socialProfileLinks: z.ZodOptional; x: z.ZodOptional; website: z.ZodOptional; }, "strip", z.ZodTypeAny, { github?: string | undefined; x?: string | undefined; website?: string | undefined; }, { github?: string | undefined; x?: string | undefined; website?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { displayName?: string | undefined; bio?: string | undefined; avatar?: string | undefined; companyName?: string | undefined; publicEmail?: string | undefined; socialProfileLinks?: { github?: string | undefined; x?: string | undefined; website?: string | undefined; } | undefined; }, { displayName?: string | undefined; bio?: string | undefined; avatar?: string | undefined; companyName?: string | undefined; publicEmail?: string | undefined; socialProfileLinks?: { github?: string | undefined; x?: string | undefined; website?: string | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { id: string; newsletterSubscription: boolean; profile?: { displayName?: string | undefined; bio?: string | undefined; avatar?: string | undefined; companyName?: string | undefined; publicEmail?: string | undefined; socialProfileLinks?: { github?: string | undefined; x?: string | undefined; website?: string | undefined; } | undefined; } | undefined; }, { id: string; newsletterSubscription: boolean; profile?: { displayName?: string | undefined; bio?: string | undefined; avatar?: string | undefined; companyName?: string | undefined; publicEmail?: string | undefined; socialProfileLinks?: { github?: string | undefined; x?: string | undefined; website?: string | undefined; } | undefined; } | undefined; }>; export declare const UserProfileTab: () => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UserProfileTab.d.ts.map