import z from "zod"; export declare const skillsSectionSchema: z.ZodObject<{ config: z.ZodOptional>; }, "strip", z.ZodTypeAny, { skills?: boolean | null | undefined; }, { skills?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { wrap?: { skills?: boolean | null | undefined; } | null | undefined; }, { wrap?: { skills?: boolean | null | undefined; } | null | undefined; }>>>; strings: z.ZodDefault; }, "strip", z.ZodTypeAny, { skills: string; }, { skills?: string | undefined; }>>; skills: z.ZodOptional>; name: z.ZodString; level: z.ZodOptional>; keywords: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { name: string; $id?: string | null | undefined; level?: string | null | undefined; keywords?: string[] | null | undefined; }, { name: string; $id?: string | null | undefined; level?: string | null | undefined; keywords?: string[] | null | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { strings: { skills: string; }; config?: { wrap?: { skills?: boolean | null | undefined; } | null | undefined; } | null | undefined; skills?: { name: string; $id?: string | null | undefined; level?: string | null | undefined; keywords?: string[] | null | undefined; }[] | null | undefined; }, { strings?: { skills?: string | undefined; } | undefined; config?: { wrap?: { skills?: boolean | null | undefined; } | null | undefined; } | null | undefined; skills?: { name: string; $id?: string | null | undefined; level?: string | null | undefined; keywords?: string[] | null | undefined; }[] | null | undefined; }>; export declare const skillsSectionComponent: import("../define-component.js").ComponentDefinition<"skills", { strings?: { skills?: string | undefined; } | undefined; config?: { wrap?: { skills?: boolean | null | undefined; } | null | undefined; } | null | undefined; skills?: { name: string; $id?: string | null | undefined; level?: string | null | undefined; keywords?: string[] | null | undefined; }[] | null | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly section: { readonly display: "flex"; readonly flexDirection: "row"; readonly flexWrap: "wrap"; readonly marginBottom: "6pt"; readonly lineHeight: 0.9; }; readonly sectionTitle: { readonly fontWeight: "bold"; }; readonly item: {}; }>;