export declare const interestsSectionComponent: import("./define-component.js").ComponentDefinition<"interests", { strings?: { interests?: string | undefined; } | undefined; interests?: { name: string; $id?: string | undefined; keywords?: string[] | undefined; }[] | undefined; }, unknown, { readonly header: {}; readonly section: { readonly display: "flex"; readonly flexDirection: "row"; readonly marginBottom: "4pt"; }; readonly sectionTitle: { readonly fontWeight: "bold"; }; readonly item: {}; }>;