import z from "zod"; export declare const educationSectionSchema: z.ZodObject<{ config: z.ZodOptional>; }, "strip", z.ZodTypeAny, { education?: boolean | null | undefined; }, { education?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { wrap?: { education?: boolean | null | undefined; } | null | undefined; }, { wrap?: { education?: boolean | null | undefined; } | null | undefined; }>>>; strings: z.ZodDefault; gpa: z.ZodDefault; untilNow: z.ZodDefault; }, "strip", z.ZodTypeAny, { untilNow: string; education: string; gpa: string; }, { untilNow?: string | undefined; education?: string | undefined; gpa?: string | undefined; }>>; education: z.ZodOptional>; institution: z.ZodOptional>; url: z.ZodOptional>; area: z.ZodOptional>; studyType: z.ZodOptional>; startDate: z.ZodOptional>; endDate: z.ZodOptional>; score: z.ZodOptional>>; courses: z.ZodOptional>>; summary: z.ZodOptional>; }, "strip", z.ZodTypeAny, { area?: string | null | undefined; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; institution?: string | null | undefined; studyType?: string | null | undefined; score?: string | number | null | undefined; courses?: string[] | null | undefined; }, { area?: string | null | undefined; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; institution?: string | null | undefined; studyType?: string | null | undefined; score?: string | number | null | undefined; courses?: string[] | null | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { strings: { untilNow: string; education: string; gpa: string; }; config?: { wrap?: { education?: boolean | null | undefined; } | null | undefined; } | null | undefined; education?: { area?: string | null | undefined; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; institution?: string | null | undefined; studyType?: string | null | undefined; score?: string | number | null | undefined; courses?: string[] | null | undefined; }[] | null | undefined; }, { strings?: { untilNow?: string | undefined; education?: string | undefined; gpa?: string | undefined; } | undefined; config?: { wrap?: { education?: boolean | null | undefined; } | null | undefined; } | null | undefined; education?: { area?: string | null | undefined; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; institution?: string | null | undefined; studyType?: string | null | undefined; score?: string | number | null | undefined; courses?: string[] | null | undefined; }[] | null | undefined; }>; export declare const educationSectionComponent: import("../define-component.js").ComponentDefinition<"education", { strings?: { untilNow?: string | undefined; education?: string | undefined; gpa?: string | undefined; } | undefined; config?: { wrap?: { education?: boolean | null | undefined; } | null | undefined; } | null | undefined; education?: { area?: string | null | undefined; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; institution?: string | null | undefined; studyType?: string | null | undefined; score?: string | number | null | undefined; courses?: string[] | null | undefined; }[] | null | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly item: {}; }>;