import z from "zod"; export declare const volunteerSectionSchema: z.ZodObject<{ config: z.ZodOptional>; }, "strip", z.ZodTypeAny, { volunteer?: boolean | null | undefined; }, { volunteer?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { wrap?: { volunteer?: boolean | null | undefined; } | null | undefined; }, { wrap?: { volunteer?: boolean | null | undefined; } | null | undefined; }>>>; strings: z.ZodDefault; untilNow: z.ZodDefault; }, "strip", z.ZodTypeAny, { untilNow: string; volunteer: string; }, { untilNow?: string | undefined; volunteer?: string | undefined; }>>; volunteer: z.ZodOptional>; organization: z.ZodString; position: z.ZodString; url: z.ZodOptional>; startDate: z.ZodOptional>; endDate: z.ZodOptional>; summary: z.ZodOptional>; highlights: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { position: string; organization: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; highlights?: string[] | null | undefined; }, { position: string; organization: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; highlights?: string[] | null | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { strings: { untilNow: string; volunteer: string; }; config?: { wrap?: { volunteer?: boolean | null | undefined; } | null | undefined; } | null | undefined; volunteer?: { position: string; organization: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; highlights?: string[] | null | undefined; }[] | null | undefined; }, { strings?: { untilNow?: string | undefined; volunteer?: string | undefined; } | undefined; config?: { wrap?: { volunteer?: boolean | null | undefined; } | null | undefined; } | null | undefined; volunteer?: { position: string; organization: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; highlights?: string[] | null | undefined; }[] | null | undefined; }>; export declare const volunteerSectionComponent: import("../define-component.js").ComponentDefinition<"volunteer", { strings?: { untilNow?: string | undefined; volunteer?: string | undefined; } | undefined; config?: { wrap?: { volunteer?: boolean | null | undefined; } | null | undefined; } | null | undefined; volunteer?: { position: string; organization: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; startDate?: string | null | undefined; endDate?: string | null | undefined; highlights?: string[] | null | undefined; }[] | null | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly item: {}; }>;