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