export declare const publicationsSectionComponent: import("./define-component.js").ComponentDefinition<"publications", { strings?: { publications?: string | undefined; } | undefined; publications?: { name: string; summary?: string | undefined; url?: string | undefined; $id?: string | undefined; publisher?: string | undefined; releaseDate?: string | undefined; }[] | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly section: { readonly marginBottom: "8pt"; }; readonly details: {}; readonly summary: {}; }>;