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