import z from "zod"; export declare const interestsSectionSchema: z.ZodObject<{ config: z.ZodOptional>; }, "strip", z.ZodTypeAny, { interests?: boolean | null | undefined; }, { interests?: boolean | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { wrap?: { interests?: boolean | null | undefined; } | null | undefined; }, { wrap?: { interests?: boolean | null | undefined; } | null | undefined; }>>>; strings: z.ZodDefault; }, "strip", z.ZodTypeAny, { interests: string; }, { interests?: string | undefined; }>>; interests: z.ZodOptional>; name: z.ZodString; keywords: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { name: string; $id?: string | null | undefined; keywords?: string[] | null | undefined; }, { name: string; $id?: string | null | undefined; keywords?: string[] | null | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { strings: { interests: string; }; config?: { wrap?: { interests?: boolean | null | undefined; } | null | undefined; } | null | undefined; interests?: { name: string; $id?: string | null | undefined; keywords?: string[] | null | undefined; }[] | null | undefined; }, { strings?: { interests?: string | undefined; } | undefined; config?: { wrap?: { interests?: boolean | null | undefined; } | null | undefined; } | null | undefined; interests?: { name: string; $id?: string | null | undefined; keywords?: string[] | null | undefined; }[] | null | undefined; }>; export declare const interestsSectionComponent: import("../define-component.js").ComponentDefinition<"interests", { strings?: { interests?: string | undefined; } | undefined; config?: { wrap?: { interests?: boolean | null | undefined; } | null | undefined; } | null | undefined; interests?: { name: string; $id?: 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: {}; }>;