import z from "zod"; export declare const publicationsSectionSchema: z.ZodObject<{ config: z.ZodOptional>; }, "strip", z.ZodTypeAny, { publications?: boolean | null | undefined; }, { publications?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { wrap?: { publications?: boolean | null | undefined; } | null | undefined; }, { wrap?: { publications?: boolean | null | undefined; } | null | undefined; }>>>; strings: z.ZodDefault; }, "strip", z.ZodTypeAny, { publications: string; }, { publications?: string | undefined; }>>; publications: z.ZodOptional>; name: z.ZodString; publisher: z.ZodOptional>; releaseDate: z.ZodOptional>; url: z.ZodOptional>; summary: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; publisher?: string | null | undefined; releaseDate?: string | null | undefined; }, { name: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; publisher?: string | null | undefined; releaseDate?: string | null | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { strings: { publications: string; }; config?: { wrap?: { publications?: boolean | null | undefined; } | null | undefined; } | null | undefined; publications?: { name: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; publisher?: string | null | undefined; releaseDate?: string | null | undefined; }[] | null | undefined; }, { strings?: { publications?: string | undefined; } | undefined; config?: { wrap?: { publications?: boolean | null | undefined; } | null | undefined; } | null | undefined; publications?: { name: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; publisher?: string | null | undefined; releaseDate?: string | null | undefined; }[] | null | undefined; }>; export declare const publicationsSectionComponent: import("../define-component.js").ComponentDefinition<"publications", { strings?: { publications?: string | undefined; } | undefined; config?: { wrap?: { publications?: boolean | null | undefined; } | null | undefined; } | null | undefined; publications?: { name: string; summary?: string | null | undefined; $id?: string | null | undefined; url?: string | null | undefined; publisher?: string | null | undefined; releaseDate?: string | null | undefined; }[] | null | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly item: {}; }>;