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